diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 6f70169..20e6171 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -51,6 +51,10 @@ _DEPENDENCIES="wget git xorg-server-xvfb \ printf "\nInstalling dependencies: $_DEPENDENCIES\n"; xbps-install -Sy $_DEPENDENCIES +if [[ "$(/lib/libc.so 2>&1)" != *"musl libc"* ]]; then + xbps-install -y libssp-devel +fi + ln -s /bin/clang /bin/cc mkdir /usr/lib/nodejs-mozilla/ ln -s /usr/bin/ /usr/lib/nodejs-mozilla/bin