From cf0c21612f86866fb77f833f44a1e6e9e0a19eb6 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 20 Apr 2021 21:17:59 +0800 Subject: [PATCH] update --- lib-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-install.sh b/lib-install.sh index 1aa3941..6f1f20a 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -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