Merge pull request #124 from enoch85/patch-7

correct bug in lib.sh
This commit is contained in:
RustDesk
2023-10-06 17:01:48 +08:00
committed by GitHub

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