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