From 12e846d3c5fcd8a4e0c5c0ddca91c96ea5bb0859 Mon Sep 17 00:00:00 2001 From: GermanBread Date: Mon, 12 Apr 2021 21:02:45 +0200 Subject: [PATCH] You guys changed got me in the habit of writing useless commit messages. --- LULI.sh | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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