From a03b9c88cbdaeb4050523187f7c6eb0758f317ea Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 6 Oct 2023 10:37:11 +0200 Subject: [PATCH] another small bug in lib --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index da1ee0a..38a4cb1 100644 --- a/lib.sh +++ b/lib.sh @@ -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