mirror of
https://github.com/n5amd/xlxd-debian-installer.git
synced 2026-02-08 08:24:15 +01:00
Added Debian 11
This commit is contained in:
parent
748e2df920
commit
6a8fd790ff
|
|
@ -24,6 +24,7 @@ WEBDIR=/var/www/xlxd
|
|||
XLXINSTDIR=/root/reflector-install-files/xlxd
|
||||
DEP="git build-essential apache2 php libapache2-mod-php php7.0-mbstring"
|
||||
DEP2="git build-essential apache2 php libapache2-mod-php php7.3-mbstring"
|
||||
DEP3="git build-essential apache2 php libapache2-mod-php php7.4-mbstring"
|
||||
VERSION=$(sed 's/\..*//' /etc/debian_version)
|
||||
clear
|
||||
echo ""
|
||||
|
|
@ -54,6 +55,9 @@ then
|
|||
elif [ $VERSION = 10 ]
|
||||
then
|
||||
apt-get -y install $DEP2
|
||||
elif [ $VERSION = 11 ]
|
||||
then
|
||||
apt-get -y install $DEP3
|
||||
fi
|
||||
|
||||
echo "------------------------------------------------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in a new issue