i'm blind

master
Dominika Liberda 2021-10-11 16:00:59 +02:00
parent ce9f7d7639
commit 12fe44f097
1 changed files with 1 additions and 1 deletions

View File

@ -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