From 967cae772c678ab0c79a13ece338028479e9f69b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 20 Mar 2025 00:29:25 +0800 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9985ef82..8f4cbfee 100755 --- a/build.sh +++ b/build.sh @@ -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