From b1b5cce47f4a31c416faecd7dc75b9d1d93f5665 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 23 Aug 2022 09:49:38 +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 | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index 7318721..6684307 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -36,23 +36,11 @@ default) exit 1 ;; -if [ "$1" == "client" ] - then - - else - -fi XASH3D_BASEDIR=$(pwd)/build mkdir -p $XASH3D_BASEDIR/result -# Prerequisits satisfied? -#if [ $CLIENT == false ] -#then -# -#else -# -#fi + sudo dpkg --add-architecture i386 sudo apt update