From ce9f7d7639cdf3ba5ff166376112f116a1c43a07 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Mon, 11 Oct 2021 15:51:21 +0200 Subject: [PATCH] asdf --- 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 20e6171..9434604 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 libssp-devel + xbps-install -y base-devel fi ln -s /bin/clang /bin/cc