details...
This commit is contained in:
parent
e7b24d86eb
commit
3aa88d0c12
@ -14,6 +14,7 @@ then
|
|||||||
# osInfo[/etc/debian_version]=apt-get
|
# osInfo[/etc/debian_version]=apt-get
|
||||||
# osInfo[/etc/alpine-release]=apk
|
# osInfo[/etc/alpine-release]=apk
|
||||||
NEEDED_DEPS=(curl whiptail)
|
NEEDED_DEPS=(curl whiptail)
|
||||||
|
echo "Installing" "${NEEDED_DEPS[@]}"...
|
||||||
if [ -x "$(command -v apt-get)" ]
|
if [ -x "$(command -v apt-get)" ]
|
||||||
then
|
then
|
||||||
sudo apt-get install "${NEEDED_DEPS[@]}" -y
|
sudo apt-get install "${NEEDED_DEPS[@]}" -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user