correct bug in lib.sh

Sorry, should have noticed that directly

@rustdesk
This commit is contained in:
Daniel Hansson 2023-10-06 11:00:51 +02:00 committed by GitHub
parent 9408e3628f
commit c45bf07cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -159,7 +159,7 @@ install_linux_package() {
# osInfo[/etc/SuSE-release]=zypp
# osInfo[/etc/debian_version]=apt-get
# 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)" ]
then
sudo apt-get install "${1}" -y