Skip to content

Commit

Permalink
SC
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 5, 2023
1 parent c0f5c1b commit b223b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b223b25

Please sign in to comment.