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 "Downloading and compiling LX4JL XLXD... "
echo "------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------"
cd $XLXINSTDIR cd $XLXINSTDIR
figlet "XLXD Installer." figlet "XLXD Like a PRO..."
git clone $XLXDREPO git clone $XLXDREPO
cd $XLXINSTDIR/xlxd/src cd $XLXINSTDIR/xlxd/src
make clean
sleep 5 sleep 5
echo "------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------"
echo "Edit your configuration" echo "Edit your configuration"
sleep 5 sleep 5
nano main.h nano main.h
make clean
make make
make install make install
fi fi
@ -140,7 +140,7 @@ else
exit 0 exit 0
fi fi
clear clear
echo "Starting XLXD..... echo "Starting XLXD....."
sleep 2 sleep 2
figlet "XLXD Reflector" figlet "XLXD Reflector"
service xlxd start service xlxd start