mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-21 19:02:34 -05:00
Update xlxd-debian-installer.sh
More debian 11 stuff
This commit is contained in:
parent
dfc01ff786
commit
4573161f06
@ -24,7 +24,7 @@ WEBDIR=/var/www/xlxd
|
|||||||
XLXINSTDIR=/root/reflector-install-files/xlxd
|
XLXINSTDIR=/root/reflector-install-files/xlxd
|
||||||
DEP="git build-essential g++ apache2 php libapache2-mod-php php7.0-mbstring"
|
DEP="git build-essential g++ apache2 php libapache2-mod-php php7.0-mbstring"
|
||||||
DEP2="git build-essential g++ apache2 php libapache2-mod-php php7.3-mbstring"
|
DEP2="git build-essential g++ apache2 php libapache2-mod-php php7.3-mbstring"
|
||||||
DEP3="build-essential g++ apache2 php libapache2-mod-php php7.4-mbstring"
|
DEP3="build-essential g++ apache2 php libapache2-mod-php"
|
||||||
VERSION=$(sed 's/\..*//' /etc/debian_version)
|
VERSION=$(sed 's/\..*//' /etc/debian_version)
|
||||||
clear
|
clear
|
||||||
echo ""
|
echo ""
|
||||||
@ -57,7 +57,7 @@ then
|
|||||||
apt-get -y install $DEP2
|
apt-get -y install $DEP2
|
||||||
elif [ $VERSION = 11 ]
|
elif [ $VERSION = 11 ]
|
||||||
then
|
then
|
||||||
apt-get -y install $DEP3
|
apt install -y $DEP3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user