From d5acd7502026785dbed3c67deedb84138bc063bd Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Sat, 4 Dec 2021 21:44:31 +0000 Subject: [PATCH] Update xlxd-debian-installer.sh update libs --- xlxd-debian-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 82a7adc..68b71d0 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -22,8 +22,8 @@ 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 apache2 php libapache2-mod-php php7.0-mbstring" -DEP2="git build-essential apache2 php libapache2-mod-php php7.3-mbstring" +DEP="git build-essential g++ apache2 php libapache2-mod-php php7.3-mbstring" +DEP2="git build-essential g++ apache2 php libapache2-mod-php php7.4-mbstring" VERSION=$(sed 's/\..*//' /etc/debian_version) clear echo ""