install_script updated
This commit is contained in:
parent
2be3ffac23
commit
05d96679ab
|
|
@ -33,13 +33,4 @@ chown -R root:root /mnt
|
||||||
export HOME=/mnt/server
|
export HOME=/mnt/server
|
||||||
|
|
||||||
## install game using steamcmd
|
## install game using steamcmd
|
||||||
./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} validate +quit
|
./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} validate +quit
|
||||||
|
|
||||||
## Add custom Start script
|
|
||||||
touch /mnt/server/start.sh
|
|
||||||
curl -sSL "https://git.drmackiver.es/rust.drmackiver.es/rust-server-launch-script/raw/branch/dev/start.sh" > start.sh
|
|
||||||
chmod +x /mnt/server/start.sh
|
|
||||||
|
|
||||||
echo -e "╔═════════════════════╗"
|
|
||||||
echo -e "║ END InstallScript ║"
|
|
||||||
echo -e "╚═════════════════════╝\n"
|
|
||||||
Loading…
Reference in New Issue
Block a user