commit
11ad151da2
9
LULI.sh
9
LULI.sh
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Original script by https://github.com/GermanBread
|
||||
# Lightcord unified Linux installer by Germanbread
|
||||
|
||||
|
@ -313,7 +313,8 @@ case $a in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Useless, "sh -c" does this for us
|
||||
# Remove the script
|
||||
rm LULI.sh;
|
||||
Info "Removed install script"
|
||||
exit;
|
||||
#rm LULI.sh;
|
||||
#Info "Removed install script"
|
||||
exit;
|
|
@ -75,7 +75,7 @@ You can also install it with our *express install script*, which will automatica
|
|||
## Express Install Script
|
||||
|
||||
- This script requires the `unzip` package to be installed. Use your package manager of choice to install it.
|
||||
- To install, paste `wget -N https://raw.githubusercontent.com/Lightcord/Lightcord/master/LULI.sh && bash LULI.sh` in terminal and press enter. The installer will guide you through the rest.
|
||||
- To install, paste `sh -c "$(curl -s https://raw.githubusercontent.com/Lightcord/Lightcord/master/LULI.sh)"` in terminal and press enter. The installer will guide you through the rest.
|
||||
|
||||
## Features
|
||||
* **BetterDiscord built in** - Use almost any BetterDiscord plugin or theme!
|
||||
|
|
Loading…
Reference in New Issue