diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index a1d0dcf..9fd81b7 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -52,7 +52,7 @@ printf "\nInstalling dependencies: $_DEPENDENCIES\n"; xbps-install -Sy $_DEPENDENCIES if [[ "$(/lib/libc.so 2>&1)" == *"musl libc"* ]]; then - xbps-install -y base-devel + xbps-install -y libfl-devel libssp-devel libssp fi ln -s /bin/clang /bin/cc