mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-23 19:58:36 -05:00
Update xlxd-debian-installer.sh
Clean up syntax
This commit is contained in:
parent
42eab96686
commit
57ce067f2e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user