commit
afe85342c9
2
lib.sh
2
lib.sh
@ -159,7 +159,7 @@ install_linux_package() {
|
|||||||
# osInfo[/etc/SuSE-release]=zypp
|
# osInfo[/etc/SuSE-release]=zypp
|
||||||
# osInfo[/etc/debian_version]=apt-get
|
# osInfo[/etc/debian_version]=apt-get
|
||||||
# osInfo[/etc/alpine-release]=apk
|
# osInfo[/etc/alpine-release]=apk
|
||||||
print_text_in_color "$IGreen" Installing "${1}"...
|
print_text_in_color "$IGreen" Installing "${1}..."
|
||||||
if [ -x "$(command -v apt-get)" ]
|
if [ -x "$(command -v apt-get)" ]
|
||||||
then
|
then
|
||||||
sudo apt-get install "${1}" -y
|
sudo apt-get install "${1}" -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user