mirror of
https://github.com/n5amd/xlxd-debian-installer.git
synced 2026-01-21 15:50:17 +01:00
Merge a46d9a8d9c into 0ae422fb3e
This commit is contained in:
commit
6972ec2811
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue