install_steamcmd.sh 312 B

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