command_check_update.sh 526 B

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