From b223b25d4df13bcce661fac68b27d7d5ecab561c Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 5 Oct 2023 15:36:10 +0200 Subject: [PATCH] SC --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 94a8292..ad24bbc 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -14,7 +14,7 @@ then # osInfo[/etc/debian_version]=apt-get # osInfo[/etc/alpine-release]=apk NEEDED_DEPS=(curl whiptail) - echo "Installing" "${NEEDED_DEPS[@]}"... + echo "Installing" "${NEEDED_DEPS[@]}" if [ -x "$(command -v apt-get)" ] then sudo apt-get install "${NEEDED_DEPS[@]}" -y