install_steamcmd.sh 364 B

12345678910111213
  1. #!/bin/bash
  2. # LinuxGSM install_steamcmd.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Downloads SteamCMD on install.
  6. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. echo -e ""
  8. echo -e "${lightyellow}Installing SteamCMD${default}"
  9. echo -e "================================="
  10. fn_sleep_time
  11. check_steamcmd.sh