From b2f17c9732f972f93151b7654ca9855d723bc6bd Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 21 Aug 2022 13:12:07 +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 b3d1096..b5cc73e 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -13,7 +13,7 @@ XASH3D_BASEDIR=$(pwd)/build/xashds mkdir -p $XASH3D_BASEDIR sudo dpkg --add-architecture i386 -apt-get install -y --no-install-recommends build-essential ca-certificates cmake curl git gnupg2 g++-multilib lib32gcc1 libstdc++6:i386 python unzip xz-utils zip +apt-get install -y --no-install-recommends build-essential ca-certificates cmake curl git gnupg2 g++-multilib lib32gcc1-s1 libstdc++6:i386 python unzip xz-utils zip git clone --recursive https://github.com/FWGS/xash3d mkdir -p xash3d/build