make wget redundant
This commit is contained in:
parent
49118eaac0
commit
b91abe1034
7
LULI.sh
7
LULI.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# Original script by https://github.com/GermanBread
|
# Original script by https://github.com/GermanBread
|
||||||
# Lightcord unified Linux installer by Germanbread
|
# Lightcord unified Linux installer by Germanbread
|
||||||
|
|
||||||
|
@ -313,7 +313,8 @@ case $a in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Useless, "sh -c" does this for us
|
||||||
# Remove the script
|
# Remove the script
|
||||||
rm LULI.sh;
|
#rm LULI.sh;
|
||||||
Info "Removed install script"
|
#Info "Removed install script"
|
||||||
exit;
|
exit;
|
|
@ -75,7 +75,7 @@ You can also install it with our *express install script*, which will automatica
|
||||||
## Express Install Script
|
## Express Install Script
|
||||||
|
|
||||||
- This script requires the `unzip` package to be installed. Use your package manager of choice to install it.
|
- 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
|
## Features
|
||||||
* **BetterDiscord built in** - Use almost any BetterDiscord plugin or theme!
|
* **BetterDiscord built in** - Use almost any BetterDiscord plugin or theme!
|
||||||
|
|
Loading…
Reference in New Issue