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