shorten install script command
This commit is contained in:
parent
30de578555
commit
4b7e0cc08f
|
@ -76,10 +76,9 @@ You can also install it via this install script. It will automatically :
|
|||
|
||||
**For installation**
|
||||
*Please install the "unzip" package before executing this script as this script depends on it.*
|
||||
- Run `rm -f Lightcord_installer.sh && wget https://raw.githubusercontent.com/Lightcord/Lightcord/master/Lightcord_installer.sh && clear && sudo bash Lightcord_installer.sh && rm -f Lightcord_installer.sh`
|
||||
|
||||
- Run `wget -N https://raw.githubusercontent.com/Lightcord/Lightcord/master/Lightcord_installer.sh && sudo bash Lightcord_installer.sh`
|
||||
**For AppImage**
|
||||
- Run `wget https://raw.githubusercontent.com/Lightcord/Lightcord/master/appimage_installer.sh && bash appimage_install.sh`
|
||||
- Run `wget -N https://raw.githubusercontent.com/Lightcord/Lightcord/master/appimage_installer.sh && bash appimage_install.sh`
|
||||
|
||||
## Features
|
||||
* **BetterDiscord** Themes/Plugins
|
||||
|
|
Loading…
Reference in New Issue