Update xlxd-debian-installer.sh

Clean up syntax
This commit is contained in:
M0VUB 2021-12-05 01:04:55 +00:00 committed by GitHub
parent 42eab96686
commit 57ce067f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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