diff --git a/Lightcord_installer.sh b/Lightcord_installer.sh index 224b120..783068f 100644 --- a/Lightcord_installer.sh +++ b/Lightcord_installer.sh @@ -1,5 +1,5 @@ #!/bin/bash - +# Original script by https://github.com/GermanBread if [[ $TERM == dumb ]]; then exit; fi diff --git a/README.md b/README.md index ca82b1b..1dcc606 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ You can also install it via this install script. It will automatically : - Download the Lightcord icon in an .svg format, and will install it in /usr/share/pixmaps. ## Install script + *The script needs to be run as root to install Lightcord.* *Please install the "unzip" package before executing this script as this script depends on it.* - Run `wget https://raw.githubusercontent.com/Lightcord/Lightcord/master/Lightcord_installer.sh`