You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: commands/check-update.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# check-update
2
2
3
-
LinuxGSM comes with a game server `check-update` command. All [SteamCMD](../steamcmd/) games servers are supported.
3
+
LinuxGSM comes with a game server `check-update` command. All [SteamCMD](../steamcmd/) games servers are supported, as well as some other servers such as Teamspeak, Minecraft, Mumble & Factorio.
4
4
5
5
## Commands
6
6
7
7
Standard: `./gameserver check-update`
8
8
9
9
Short: `./gameserver cu`
10
10
11
-
Unlike the [update](update.md) command `check-update` will check for any available update and taking no action if no update is available. If there is an update it will send an alert.
11
+
Unlike the [update](update.md) command `check-update` will check for any available updates and take no action if no update is available. If there is an update it will send an alert.
12
12
13
13
## Automatic check for update
14
14
@@ -26,21 +26,20 @@ To edit cronjobs, type:
26
26
27
27
A cronjob can be run as the `gameserver user` or as `root`, this choice is down to personal preference. Remember to amend the examples to match a specific game server.
28
28
29
-
Here is an example of a userbased cronjob to check for an update once an hour.
29
+
Here is an example of a user-based cronjob to check for an update once an hour.
Copy file name to clipboardexpand all lines: commands/install.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Short: `./gameserver ai`
35
35
`chmod +x gameserver`
36
36
37
37
1. Run the install command: `./gameserver install` or `./gameserver auto-install` to bypass any prompts.
38
-
2. Follow onscreen instructions.
38
+
2. Follow on-screen instructions.
39
39
40
40
## Install Dependencies
41
41
@@ -89,13 +89,13 @@ If some files/directories are not owned by the correct user, use the `chown` com
89
89
90
90
#### Poor Network Connection to Steam servers
91
91
92
-
If the connection to the Steam servers is poor (quite common), SteamCMD download can fail. This is why LinuxGSM will always ask you if installation was successful allowing admins to retry the download should it fail.
92
+
If the connection to the Steam servers is poor (quite common), the SteamCMD download can fail. This is why LinuxGSM will always ask you if the installation was successful allowing admins to retry the download should it fail.
93
93
94
94
If there are still issues downloading try the [validate](validate.md) option.
95
95
96
96
`./gameserver validate`
97
97
98
-
If downloading is still failing it may be worth contacting your server provider to confirm steam servers are not being blocked for any reason.
98
+
If downloading is still failing it may be worth contacting your server provider to confirm Steam servers are not being blocked for any reason.
99
99
100
100
It is also worth searching the internet for issues relating to the error message you receive.
0 commit comments