mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-21 19:02:34 -05:00
Update xlxd-debian-installer.sh
This commit is contained in:
parent
541d247aa2
commit
b8d2026980
@ -50,11 +50,12 @@ apt-get update
|
|||||||
if [ $VERSION = 9 ]
|
if [ $VERSION = 9 ]
|
||||||
then
|
then
|
||||||
apt-get -y install $DEP
|
apt-get -y install $DEP
|
||||||
|
a2enmod php7.0
|
||||||
elif [ $VERSION = 10 ]
|
elif [ $VERSION = 10 ]
|
||||||
then
|
then
|
||||||
apt-get -y install $DEP2
|
apt-get -y install $DEP2
|
||||||
fi
|
fi
|
||||||
a2enmod php7.0
|
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
if [ -e $XLXINSTDIR/xlxd/src/xlxd ]
|
if [ -e $XLXINSTDIR/xlxd/src/xlxd ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user