Update build.sh

This commit is contained in:
vinceliuice
2025-03-20 00:29:25 +08:00
parent 7ac2cd6b05
commit 967cae772c

View File

@@ -10,11 +10,11 @@ if [ ! "$(which sassc 2> /dev/null)" ]; then
if has_command zypper; then
sudo zypper in sassc
elif has_command apt; then
sudo apt install sassc
sudo apt install -y sassc
elif has_command dnf; then
sudo dnf install -y sassc
elif has_command yum; then
sudo yum install sassc
sudo yum install -y sassc
elif has_command pacman; then
sudo pacman -S --noconfirm sassc
elif has_command xbps-install; then