diff --git a/LULI.sh b/LULI.sh index b440edc..57bfa6f 100644 --- a/LULI.sh +++ b/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; \ No newline at end of file diff --git a/README.md b/README.md index 32d9cca..c2d5e65 100644 --- a/README.md +++ b/README.md @@ -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!