This commit is contained in:
simono41 2017-09-14 15:05:15 +02:00
parent e73021f2f3
commit 82caba2f37

View file

@ -8,11 +8,15 @@ if [[ $EUID -ne 0 ]]; then
fi fi
echo "Als root Angemeldet" echo "Als root Angemeldet"
if [ -f /usr/bin/apt ]; then
apt update apt update
apt install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf apt install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
fi
pacman -S git openssl autoconf automake make gcc if [ -f /usr/bin/pacman ]; then
pacman -Sy git openssl autoconf automake make gcc
fi
cd /opt/ cd /opt/