details...

This commit is contained in:
Daniel Hansson 2023-10-05 15:20:38 +02:00 committed by GitHub
parent e7b24d86eb
commit 3aa88d0c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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