add command for build.sh

This commit is contained in:
amogusussy
2025-01-05 16:30:57 +00:00
parent 6cf0b9da6b
commit 8e2281b3d1

View File

@@ -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