diff --git a/LULI.sh b/LULI.sh index abd41dd..86a740f 100644 --- a/LULI.sh +++ b/LULI.sh @@ -1,13 +1,22 @@ -#!/bin/bash -# Original script by https://github.com/GermanBread -# Lightcord unified Linux installer by Germanbread +#!/usr/bin/env bash +# Lightcord unified Linux installer by https://github.com/GermanBread -# Some variables +# +# CHANGE STUFF HERE +# + +# Change this to anything other than "false" to allow installing under NixOS +# Ideally you'd also change $GLOBAL_INSTALL_DIR while you're at it ALLOW_NIXOS='false' +# Make sure to trim the trailing forward-slash (/) GLOBAL_INSTALL_DIR='/opt' LOCAL_INSTALL_DIR="$HOME/.lightcord" +# +# DON'T TOUCH BELOW HERE +# + # URL for downloads ICON='https://raw.githubusercontent.com/Lightcord/Lightcord/master/discord.png' LC_APPIMAGE='https://lightcord.org/api/gh/releases/Lightcord/Lightcord/dev/lightcord-linux-x86_64.AppImage' @@ -299,4 +308,4 @@ case $method in ;; esac -exit \ No newline at end of file +exit