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