install_steamcmd.sh 321 B

1234567891011121314
  1. #!/bin/bash
  2. # LGSM install_steamcmd.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. # Description: Downloads SteamCMD on install.
  6. local commandname="INSTALL"
  7. local commandaction="Install"
  8. echo ""
  9. echo "Installing SteamCMD"
  10. echo "================================="
  11. sleep 1
  12. check_steamcmd.sh