add void linux command

This commit is contained in:
amogusussy
2025-01-05 16:29:03 +00:00
parent ace860be57
commit 6cf0b9da6b

View File

@@ -449,6 +449,8 @@ install_package() {
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
} }