Merge branch 'main' of github.com:vinceliuice/Colloid-gtk-theme

This commit is contained in:
vinceliuice
2023-10-20 10:16:35 +08:00

View File

@@ -413,7 +413,7 @@ function has_command() {
# Install needed packages
install_package() {
if [ ! "$(which sassc 2> /dev/null)" ]; then
if ! has_command sassc; then
echo sassc needs to be installed to generate the css.
if has_command zypper; then
sudo zypper in sassc