SC
This commit is contained in:
parent
c0f5c1b6ba
commit
b223b25d4d
@ -14,7 +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[@]}"...
|
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