From f6942933e6fde3b2fe1709227bcfe4b4ecdab040 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Sat, 4 Dec 2021 23:53:23 +0000 Subject: [PATCH] Update xlxd-debian-installer.sh Add libs for older versions --- xlxd-debian-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 2bd7249..a7ce8eb 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -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 ""