mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-23 19:58:36 -05:00
Update xlxd-debian-installer.sh
Add libs for older versions
This commit is contained in:
parent
a5e84bed71
commit
f6942933e6
@ -22,9 +22,9 @@ XLXDREPO=https://github.com/LX3JL/xlxd.git
|
||||
DMRIDURL=http://xlxapi.rlx.lu/api/exportdmr.php
|
||||
WEBDIR=/var/www/xlxd
|
||||
XLXINSTDIR=/root/reflector-install-files/xlxd
|
||||
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"
|
||||
DEP3="build-essential g++ apache2 php libapache2-mod-php php-curl php-json php-cgi snapd"
|
||||
DEP="wget git build-essential g++ apache2 php libapache2-mod-php php7.0-mbstring"
|
||||
DEP2="wget git build-essential g++ apache2 php libapache2-mod-php php7.3-mbstring"
|
||||
DEP3="wget git build-essential g++ apache2 php libapache2-mod-php php-curl php-json php-cgi snapd"
|
||||
VERSION=$(sed 's/\..*//' /etc/debian_version)
|
||||
clear
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user