fixed debian packge

This commit is contained in:
Marcus 2022-09-12 00:25:19 +02:00
parent 8a77039b86
commit f600afde6f
1 changed files with 2 additions and 3 deletions

View File

@ -122,7 +122,7 @@ XASH_INSTALL_MODE=$2
# both g++-multilib git curl build-essential cmake zip xz-utils libstdc++6:i386 lib32gcc1-s1 gnupg2 gcc-multilib ca-certificates
case $OS in
debian)
PACKAGES_OSSPECIFIC="lib32gcc1-s1"
PACKAGES_OSSPECIFIC="lib32gcc-s1"
;;
ubuntu)
case $OS_VER in
@ -150,7 +150,6 @@ case $1 in
;;
esac
;;
"server")
case $XASH_INSTALL_VERSION in