Merge pull request #62 from pryme-svg/master

e
This commit is contained in:
JeanOUINA 2020-10-16 00:19:38 +02:00 committed by GitHub
commit f71a009bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Original script by https://github.com/GermanBread
if [[ $TERM == dumb ]]; then
exit;
fi

View File

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