This commit is contained in:
Vince 2021-04-20 21:17:59 +08:00
parent 3401130195
commit cf0c21612f

View file

@ -79,7 +79,7 @@ install_beggy_deps() {
elif has_command yum; then
rootify yum install -y sassc ImageMagick
elif has_command pacman; then
rootify pacman -S --noconfirm --needed sassc imagemagic
rootify pacman -S --noconfirm --needed sassc imagemagick
else
prompt -w "INSTRUCTION: Please make sure you have installed all of the required dependencies!"
fi