update
This commit is contained in:
parent
3401130195
commit
cf0c21612f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue