From 57ce067f2e336610fa113eec597b44eeb0f41a94 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Sun, 5 Dec 2021 01:04:55 +0000 Subject: [PATCH] Update xlxd-debian-installer.sh Clean up syntax --- xlxd-debian-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 36cb518..a7d2adc 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -70,15 +70,15 @@ else echo "Downloading and compiling LX4JL XLXD... " echo "------------------------------------------------------------------------------" cd $XLXINSTDIR - figlet "XLXD Installer." + figlet "XLXD Like a PRO..." git clone $XLXDREPO cd $XLXINSTDIR/xlxd/src - make clean sleep 5 echo "------------------------------------------------------------------------------" echo "Edit your configuration" sleep 5 nano main.h + make clean make make install fi @@ -140,7 +140,7 @@ else exit 0 fi clear -echo "Starting XLXD..... +echo "Starting XLXD....." sleep 2 figlet "XLXD Reflector" service xlxd start