Merge pull request #219 from GermanBread/master

make install easier
This commit is contained in:
JeanOUINA 2021-03-19 17:09:35 +01:00 committed by GitHub
commit 11ad151da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

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

View File

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