diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index f5cef45..4b9d42e 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -41,3 +41,5 @@ _DEPENDENCIES="wget git xorg-server-xvfb \ # Installs Dependencies printf "\nInstalling dependencies: $_DEPENDENCIES\n"; xbps-install -Sy $_DEPENDENCIES + +ln -s /bin/clang /bin/cc