From f850deb9cdafa28379fe86caaa3c292a515b9067 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 23 Aug 2022 09:51:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall-xash3ds.sh=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-xash3ds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index 16a9cbb..90d4f0f 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -24,7 +24,7 @@ CLIENT=false PACKAGES="build-essential ca-certificates cmake curl git gnupg2 g++-multilib lib32gcc1-s1 libstdc++6:i386 python unzip xz-utils zip" WAF_OPTION="-d" ;; -default) +*) echo "Description: Script to install an full playable Xash3D-FWGS client or Xash3D dedicated server" echo "Usage: ./$0 [server|client]" echo "Server tested on Debian 11 ; Client tested on Ubuntu 20.04"