Update xlxd-debian-installer.sh

Update php 7.0 to 7.3
This commit is contained in:
Scott Evans 2019-09-27 12:42:45 +10:00 committed by GitHub
parent 0af79898a4
commit a46d9a8d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ 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"
DEP="git build-essential apache2 php libapache2-mod-php php7.3-mbstring"
clear
echo ""
echo "XLX uses 3 digit numbers for its reflectors. For example: 032, 999, 099."
@ -46,7 +46,7 @@ mkdir -p $XLXINSTDIR
mkdir -p $WEBDIR
apt-get update
apt-get -y install $DEP
a2enmod php7.0
a2enmod php7.3
echo "------------------------------------------------------------------------------"
if [ -e $XLXINSTDIR/xlxd/src/xlxd ]
then