The installer for Lightcord on Linux! It can install, update and uninstall Lightcord!
This installer has been moved to it's own repo in order to make maintenance easier.
You need to install the base-devel
and git
packages first
git clone https://aur.archlinux.org/nvm && git clone https://aur.archlinux.org/lightcord-git.git && \
cd nvm && makepkg -si && \
cd ../lightcord-git && makepkg -si
git clone https://aur.archlinux.org/lightcord-bin.git && \
cd lightcord-bin && makepkg -si
AUR helpers such as yay
and pacaur
can also be used
Run the installer using this command:
bash -c "$(curl -s https://raw.githubusercontent.com/Lightcord/lc-installer-linux/master/lightcordctl)"
The installer will greet you with an interactive menu
- Do not use this script if your Distro has a package for Lightcord
- Fork the repo
- Clone your fork
- Make changes
- Create a pull request