mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-21 12:45:56 -08:00
Update build.sh
This commit is contained in:
4
build.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user