command_check_update.sh 484 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. # LinuxGSM command_check_update.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Handles updating of servers.
  6. commandname="CHECK-UPDATE"
  7. commandaction="check for Update"
  8. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  9. fn_firstcommand_set
  10. fn_print_dots ""
  11. check.sh
  12. core_logs.sh
  13. core_steamcmd.sh
  14. check_steamcmd.sh
  15. fn_update_steamcmd_localbuild
  16. fn_update_steamcmd_remotebuild
  17. fn_update_steamcmd_compare
  18. core_exit.sh