mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
add command for build.sh
This commit is contained in:
2
build.sh
2
build.sh
@@ -17,6 +17,8 @@ if [ ! "$(which sassc 2> /dev/null)" ]; then
|
|||||||
sudo yum install sassc
|
sudo yum install sassc
|
||||||
elif has_command pacman; then
|
elif has_command pacman; then
|
||||||
sudo pacman -S --noconfirm sassc
|
sudo pacman -S --noconfirm sassc
|
||||||
|
elif has_command xbps-install; then
|
||||||
|
sudo xbps-install -y sassc
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user