install_steamcmd.sh 354 B

1234567891011121314
  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. local commandname="INSTALL"
  7. local commandaction="Install"
  8. echo -e ""
  9. echo -e "${lightyellow}Installing SteamCMD${default}"
  10. echo -e "================================="
  11. fn_sleep_time
  12. check_steamcmd.sh