Browse Source
fix: Change http to https in comment
pull/4658/head
Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
148 changed files with
159 additions and
159 deletions
-
lgsm/modules/alert.sh
-
lgsm/modules/alert_discord.sh
-
lgsm/modules/alert_email.sh
-
lgsm/modules/alert_gotify.sh
-
lgsm/modules/alert_ifttt.sh
-
lgsm/modules/alert_pushbullet.sh
-
lgsm/modules/alert_pushover.sh
-
lgsm/modules/alert_rocketchat.sh
-
lgsm/modules/alert_slack.sh
-
lgsm/modules/alert_telegram.sh
-
lgsm/modules/check.sh
-
lgsm/modules/check_config.sh
-
lgsm/modules/check_deps.sh
-
lgsm/modules/check_executable.sh
-
lgsm/modules/check_gamedig.sh
-
lgsm/modules/check_glibc.sh
-
lgsm/modules/check_ip.sh
-
lgsm/modules/check_last_update.sh
-
lgsm/modules/check_logs.sh
-
lgsm/modules/check_permissions.sh
-
lgsm/modules/check_root.sh
-
lgsm/modules/check_status.sh
-
lgsm/modules/check_steamcmd.sh
-
lgsm/modules/check_system_dir.sh
-
lgsm/modules/check_system_requirements.sh
-
lgsm/modules/check_tmuxception.sh
-
lgsm/modules/check_version.sh
-
lgsm/modules/command_backup.sh
-
lgsm/modules/command_check_update.sh
-
lgsm/modules/command_console.sh
-
lgsm/modules/command_debug.sh
-
lgsm/modules/command_details.sh
-
lgsm/modules/command_dev_clear_modules.sh
-
lgsm/modules/command_dev_debug.sh
-
lgsm/modules/command_dev_detect_deps.sh
-
lgsm/modules/command_dev_detect_glibc.sh
-
lgsm/modules/command_dev_detect_ldd.sh
-
lgsm/modules/command_dev_parse_distro_details.sh
-
lgsm/modules/command_dev_parse_game_details.sh
-
lgsm/modules/command_dev_query_raw.sh
-
lgsm/modules/command_fastdl.sh
-
lgsm/modules/command_install.sh
-
lgsm/modules/command_install_resources_mta.sh
-
lgsm/modules/command_mods_install.sh
-
lgsm/modules/command_mods_remove.sh
-
lgsm/modules/command_mods_update.sh
-
lgsm/modules/command_monitor.sh
-
lgsm/modules/command_postdetails.sh
-
lgsm/modules/command_restart.sh
-
lgsm/modules/command_send.sh
-
lgsm/modules/command_skeleton.sh
-
lgsm/modules/command_sponsor.sh
-
lgsm/modules/command_start.sh
-
lgsm/modules/command_stop.sh
-
lgsm/modules/command_test_alert.sh
-
lgsm/modules/command_ts3_server_pass.sh
-
lgsm/modules/command_update.sh
-
lgsm/modules/command_update_linuxgsm.sh
-
lgsm/modules/command_validate.sh
-
lgsm/modules/command_wipe.sh
-
lgsm/modules/compress_unreal2_maps.sh
-
lgsm/modules/compress_ut99_maps.sh
-
lgsm/modules/core_dl.sh
-
lgsm/modules/core_exit.sh
-
lgsm/modules/core_getopt.sh
-
lgsm/modules/core_github.sh
-
lgsm/modules/core_legacy.sh
-
lgsm/modules/core_logs.sh
-
lgsm/modules/core_messages.sh
-
lgsm/modules/core_modules.sh
-
lgsm/modules/core_steamcmd.sh
-
lgsm/modules/core_trap.sh
-
lgsm/modules/fix.sh
-
lgsm/modules/fix_ark.sh
-
lgsm/modules/fix_arma3.sh
-
lgsm/modules/fix_armar.sh
-
lgsm/modules/fix_av.sh
-
lgsm/modules/fix_bo.sh
-
lgsm/modules/fix_bt.sh
-
lgsm/modules/fix_cmw.sh
-
lgsm/modules/fix_csgo.sh
-
lgsm/modules/fix_dst.sh
-
lgsm/modules/fix_hw.sh
-
lgsm/modules/fix_ins.sh
-
lgsm/modules/fix_kf.sh
-
lgsm/modules/fix_kf2.sh
-
lgsm/modules/fix_mcb.sh
-
lgsm/modules/fix_mta.sh
-
lgsm/modules/fix_nmrih.sh
-
lgsm/modules/fix_onset.sh
-
lgsm/modules/fix_pvr.sh
-
lgsm/modules/fix_ro.sh
-
lgsm/modules/fix_rust.sh
-
lgsm/modules/fix_rw.sh
-
lgsm/modules/fix_samp.sh
-
lgsm/modules/fix_sdtd.sh
-
lgsm/modules/fix_sfc.sh
-
lgsm/modules/fix_sm.sh
-
lgsm/modules/fix_sof2.sh
-
lgsm/modules/fix_squad.sh
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Overall module for managing alerts. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_discord.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Discord alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_email.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends email alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_gotify.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Gotify alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_ifttt.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends IFTTT alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_pushbullet.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Pushbullet Messenger alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_pushover.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Pushover alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_rocketchat.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Rocketchat alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_slack.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Slack alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM alert_telegram.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends Telegram Messenger alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Overall module for managing checks. |
|
|
|
# Runs checks that will either halt on or fix an issue. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_config.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if the server config is missing and warns the user if needed. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_deps.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks and installs missing dependencies. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_executable.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if server executable exists. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_gamedig.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Installs nodejs and gamedig |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_glibc.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if the server has the correct Glibc version. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_ip.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Automatically identifies the server interface IP. |
|
|
|
# If multiple interfaces are detected the user will need to manually set using ip="0.0.0.0". |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_last_update.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks Lockfile to see when last update happened. |
|
|
|
# Will reboot server if instance not rebooted since update. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_logs.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if log files exist. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_permissions.sh |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks ownership & permissions of scripts, files and directories. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_root.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if the user tried to run the script as root. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_status.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks the process status of the server. Either online or offline. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_steamcmd.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if SteamCMD is installed correctly. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_system_dir.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if systemdir/serverfiles is accessible. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_system_requirements.sh |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks RAM requirements. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM check_config.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Checks if run from tmux or screen. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_version.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Will run update-lgsm if gameserver.sh and modules version does not match |
|
|
|
# this will allow gameserver.sh to update - useful for multi instance servers. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_backup.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Creates a .tar.gz file in the backup directory. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_check_update.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Handles updating of servers. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_console.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Gives access to the server tmux console. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_debug.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Runs the server without tmux and directly from the terminal. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_details.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Displays server information. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_clear_modules.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Deletes the contents of the modules dir. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_debug.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Dev only: Enables debugging log to be saved to dev-debug.log. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_detect_deps.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Detects dependencies the server binary requires. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_detect_glibc.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Automatically detects the version of GLIBC that is required. |
|
|
|
# Can check a file or directory recursively. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_detect_ldd.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Automatically detects required deps using ldd. |
|
|
|
# Can check a file or directory recursively. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_parse_distro_details.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Display parsed distro details. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_parse_game_details.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Display parsed gameserver details. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_dev_query_raw.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Raw gamedig output of the server. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_fastdl.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Creates a FastDL directory. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_install.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Overall module for the installer. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_install_resources_mta.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Installs the default resources for Multi Theft Auto. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_mods_install.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: List and installs available mods along with mods_list.sh and mods_core.sh. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_mods_uninstall.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Uninstall mods along with mods_list.sh and mods_core.sh. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_mods_update.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Updates installed mods along with mods_list.sh and mods_core.sh. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_monitor.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Monitors server by checking for running processes |
|
|
|
# then passes to gamedig and gsquery. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_postdetails.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Strips sensitive information out of Details output. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_restart.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Restarts the server. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_send.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Send command to the server tmux console. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_skeleton.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Creates an copy of a game servers directorys. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_sponsor.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Shows ways to sponsor. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_start.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Starts the server. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_stop.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Stops the server. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_test_alert.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Sends a test alert. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_ts3_server_pass.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Changes TS3 serveradmin password. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_update.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Handles updating of servers. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_update_linuxgsm.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Deletes the modules dir to allow re-downloading of modules from GitHub. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_validate.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Runs a server validation. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM command_backup.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Wipes server data, useful after updates for some games like Rust. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM compress_unreal2_maps.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Compresses unreal maps. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM compress_ut99_maps.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Compresses unreal maps. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_dl.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Deals with all downloads for LinuxGSM. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_exit.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Handles exiting of LinuxGSM by running and reporting an exit code. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_getopt.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: getopt arguments. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_github.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: core module file for updates via github |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_legacy.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Code for backwards compatability with older versions of LinuxGSM. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_logs.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Acts as a log rotator, removing old logs. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_messages.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Defines on-screen messages such as [ OK ] and how script logs look. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_modules.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Defines all modules to allow download and execution of modules using fn_fetch_module. |
|
|
|
# This module is called first before any other module. Without this file other modules will not load. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_steamcmd.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Core modules for SteamCMD |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM core_trap.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Handles CTRL-C trap to give an exit code. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Overall module for managing fixes. |
|
|
|
# Runs modules that will fix an issue. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_ark.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with ARK: Survival Evolved. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_arma3.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with ARMA3. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_armar.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Arma Reforger. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_av.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Avorion. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_hw.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Ballistic Overkill. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_bt.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Barotrauma. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_cmw.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Chivalry: Medieval Warfare. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_csgo.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Counter-Strike: Global Offensive. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_dst.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Don't Starve Together. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_hw.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Hurtworld. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_ins.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Insurgency. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_kf.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Killing Floor. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_kf2.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Killing Floor 2. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_mcb.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves various issues with Minecraft Bedrock. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_mta.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves various issues with Multi Theft Auto. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_nmrih.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Create symlinks for renamed No More Room In Hell serverfiles. |
|
|
|
# Solution from Steam Community post: https://steamcommunity.com/app/224260/discussions/2/1732089092441769414/ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_onset.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves various issues with Onset. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_pvr.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves various issues with Pavlov VR. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_ro.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Red Orchestra: Ostfront 41-45. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_rust.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Rust. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_rw.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Rising World. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_sfc.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issue that the default rcon password is not changed. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_sdtd.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with 7 Days to Die. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_sfc.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Source Forts Classic. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_sm.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Unturned. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_rust.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Soldier of Fortune 2. |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM fix_squad.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Contributors: https://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Resolves issues with Squad. |
|
|
|
|
|
|
|