From 12fe44f097dba558f87ed59afae4b2f92183b24c Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Mon, 11 Oct 2021 16:00:59 +0200 Subject: [PATCH] i'm blind --- scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 9434604..a1d0dcf 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -51,7 +51,7 @@ _DEPENDENCIES="wget git xorg-server-xvfb \ printf "\nInstalling dependencies: $_DEPENDENCIES\n"; xbps-install -Sy $_DEPENDENCIES -if [[ "$(/lib/libc.so 2>&1)" != *"musl libc"* ]]; then +if [[ "$(/lib/libc.so 2>&1)" == *"musl libc"* ]]; then xbps-install -y base-devel fi