Update xlxd-debian-installer.sh

This commit is contained in:
Ben 2020-10-31 15:42:12 -04:00 committed by GitHub
parent 541d247aa2
commit b8d2026980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -50,11 +50,12 @@ apt-get update
if [ $VERSION = 9 ]
then
apt-get -y install $DEP
a2enmod php7.0
elif [ $VERSION = 10 ]
then
apt-get -y install $DEP2
fi
a2enmod php7.0
echo "------------------------------------------------------------------------------"
if [ -e $XLXINSTDIR/xlxd/src/xlxd ]
then