Skip to content

Commit

Permalink
Fix 32Libs for Debian10 Gameserver Support, Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexus633 committed Aug 1, 2020
1 parent 259441b commit dc47e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ ___
## Stable Installer up to Debian 8, 9 and 10, Ubuntu 16.10, 18.04, 18.10 and 20.04 and CentOS 7 and 8

```sh
LATEST_VERSION=`wget -O installer.tar.gz https://github.com/easy-wi/installer/archive/2.9.tar.gz
LATEST_VERSION=`wget -O installer.tar.gz https://github.com/easy-wi/installer/archive/3.0.tar.gz
tar zxf installer.tar.gz && mv ./installer-*/easy-wi_install.sh ./
rm -r installer.tar.gz installer-*/
Expand Down
10 changes: 5 additions & 5 deletions easy-wi_install.sh
Expand Up @@ -376,7 +376,7 @@ elif [ -f /etc/os-release ]; then
fi
fi

INSTALLER_VERSION="2.9"
INSTALLER_VERSION="3.0"
PKILL=$(which pkill)
USERADD=$(which useradd)
USERMOD=$(which usermod)
Expand Down Expand Up @@ -2058,18 +2058,18 @@ EOF
$INSTALLER -y install zlib1g
$INSTALLER -y install libc6-i386
if [ "$OS" == "debian" ] && [ "$OSVERSION" -gt "9" ] || [ "$OS" == "ubuntu" ] && [ "$OSVERSION" -gt "1803" ]; then
$INSTALLER -y install lib32z1
$INSTALLER -y install lib32readline7
$INSTALLER -y install libreadline7:i386
else
$INSTALLER -y install ia32-libs
$INSTALLER -y install lib32gcc1
$INSTALLER -y install lib32readline5
$INSTALLER -y install libreadline5:i386
fi

$INSTALLER -y install lib32z1
$INSTALLER -y install libc6-i386
$INSTALLER -y install lib32gcc1
$INSTALLER -y install lib32ncursesw5
$INSTALLER -y install lib32stdc++6
$INSTALLER -y install lib64stdc++6
$INSTALLER -y install libstdc++6
$INSTALLER -y install libgcc1:i386
$INSTALLER -y install libtinfo5:i386
Expand Down

0 comments on commit dc47e64

Please sign in to comment.