Merge pull request #239 from GermanBread/master

Change stuff in installer (good)
sex
This commit is contained in:
JeanOUINA 2021-04-12 21:05:51 +02:00 committed by GitHub
commit dc8c0e1115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 5 deletions

19
LULI.sh
View File

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