From 8bc47e8414b82e8fadbaf60ec301494fede3fa36 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 11 Sep 2022 15:21:16 +0200 Subject: [PATCH] we execute scripts more traditionally. i thought giving bash script.sh as example would be easier for newbies, but with pre defined variables this might not work, so we go the safe way --- README.md | 6 +++--- install-xash3d.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 install-xash3d.sh diff --git a/README.md b/README.md index 77226d4..bbf7b0d 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ https://github.com/DevilBoy-eXe/hlds/releases/download/8684/hlds_build_8684.zip To install the server run following command in the directory where you checked this git into ``` -bash install-xash3ds.sh server install [Version] +./install-xash3ds.sh server install [Version] ``` To install the FULL PLAYABLE client with all game data (steamcmd thx <3) run this ``` -bash install-xash3ds.sh client install [Version] +./install-xash3ds.sh client install [Version] ``` Your server or gamefiles (you can run server first and then rerun afterwards with client to get the full package) are in @@ -46,7 +46,7 @@ or the game to have a frag You can easly update both, client and server (example client): ``` -bash install-xash3d.sh client update [Version] +./install-xash3d.sh client update [Version] ``` Have a look on my servers at https://HL.LA10CY.NET :) Happy fragging! diff --git a/install-xash3d.sh b/install-xash3d.sh old mode 100644 new mode 100755