From 88b03c6eb7ee3ec23ff8a744eac90971e2b5fca6 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 24 Jun 2021 20:30:27 -0400 Subject: [PATCH] fix #360 --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index ecfa64a..ec69669 100644 --- a/larbs.sh +++ b/larbs.sh @@ -23,7 +23,7 @@ esac done installpkg(){ pacman --noconfirm --needed -S "$1" >/dev/null 2>&1 ;} -error() { clear; printf "ERROR:\\n%s\\n" "$1" >&2; exit 1;} +error() { echo "ERROR: $1" ; exit 1;} welcomemsg() { \ dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60