Script für Debian berichtigt
This commit is contained in:
@@ -56,7 +56,7 @@ fi
|
|||||||
|
|
||||||
if [ "{$DIST}" == "Fedora" ]; then
|
if [ "{$DIST}" == "Fedora" ]; then
|
||||||
dnf install gcc gcc-c++ autoconf automake make perl -y
|
dnf install gcc gcc-c++ autoconf automake make perl -y
|
||||||
elif [ "{$DIST}" == "Ubuntu" ] || [ "${DIST}" == "Debian" ]; then
|
elif [ "{$DIST}" == "Ubuntu" ] || [ "${DistroBasedOn}" == "debian" ]; then
|
||||||
apt-get install gcc g++ autoconf automake make perl -y
|
apt-get install gcc g++ autoconf automake make perl -y
|
||||||
elif [ "{$DIST}" == "CentOS" ]; then
|
elif [ "{$DIST}" == "CentOS" ]; then
|
||||||
yum install gcc gcc-c++ autoconf automake make perl -y
|
yum install gcc gcc-c++ autoconf automake make perl -y
|
||||||
|
|||||||
Reference in New Issue
Block a user