install_steamcmd.sh 406 B

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