diff --git a/build.sh b/build.sh index 6c7f79a6..9985ef82 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,8 @@ if [ ! "$(which sassc 2> /dev/null)" ]; then sudo yum install sassc elif has_command pacman; then sudo pacman -S --noconfirm sassc + elif has_command xbps-install; then + sudo xbps-install -y sassc fi fi