From b0ceece24266cb8b4e95f3f96c9e8e10dda2ac05 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 12 Sep 2022 00:02:42 +0200 Subject: [PATCH] typo --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index bdebdb2..b7863e8 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -136,7 +136,7 @@ case $OS in ;; esac -XASH_APT_PACKAGES="${PACKAGES_OSSPECIFIC} g++-multilib git curl build-essential cmake zip xz-utils libstdc++6:i386 lib32gcc1-s1 gnupg2 gcc-multilib ca-certificates python" +XASH_APT_PACKAGES="${PACKAGES_OSSPECIFIC} g++-multilib git curl build-essential cmake zip xz-utils libstdc++6:i386 gnupg2 gcc-multilib ca-certificates python" case $1 in "client") XASH_APT_PACKAGES+=" libsdl2-dev:i386 libfreetype6-dev:i386 libfontconfig-dev:i386"