From 5e6159248cca4197d90b2b12dfc12a794ca1393f Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Sun, 14 Nov 2021 15:41:59 +0100 Subject: [PATCH] Fix the install.sh script (this is plain sh, not bash...) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5d4bb95..7aa776a 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ INSTALL_FILES="animation.png arise-theme.plymouth arise-theme.script background. INSTALL_FOLDER="/use/share/plymouth/themes" THEME_FOLDER="$INSTALL_FOLDER/arise-theme" -function die() { +die() { echo "$*" exit 1 } -- GitLab