From 1adf5937ebbb2a7448d382062716670bb5e59a52 Mon Sep 17 00:00:00 2001 From: GermanBread Date: Wed, 24 Mar 2021 20:03:19 +0100 Subject: [PATCH] Change /bin/sh to /bin/bash because /bin/sh is a symlink to the current shell and fish users break this script. --- LULI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LULI.sh b/LULI.sh index e22c69d..abd41dd 100644 --- a/LULI.sh +++ b/LULI.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Original script by https://github.com/GermanBread # Lightcord unified Linux installer by Germanbread