diff --git a/scripts/install b/scripts/install index 389576f..d947e30 100644 --- a/scripts/install +++ b/scripts/install @@ -107,17 +107,6 @@ if [ $OS_INSTALL_CMD == 'apt' ]; then apt-get install -y openssl curl git openjdk-8-jdk-headless tar lib32gcc1 lib32tinfo5 lib32z1 lib32stdc++6 libcurl3-gnutls:i386 fi curl -s https://packagecloud.io/install/repositories/pufferpanel/${pufferdRepo}/script.deb.sh | bash -elif [ $OS_INSTALL_CMD == 'yum' ]; then - yum -y install openssl curl git java-1.8.0-openjdk-devel tar glibc.i686 libstdc++.i686 libcurl.i686 - curl -s https://packagecloud.io/install/repositories/pufferpanel/${pufferdRepo}/script.rpm.sh | bash -elif [ $OS_INSTALL_CMD == 'pacman' ]; then - grep -e "^\[multilib\]$" /etc/pacman.conf &> /dev/null - if [ $? -eq 0 ]; then - pacman -S openssl curl git jdk8-openjdk tar lib32-glibc lib32-gcc-libs --noconfirm --needed - else - echo -e "Please enable [multilib] in /etc/pacman.conf for lib32 libraries" - fi -fi #Adding repo of pufferd