Merge pull request #217 from zhangwenlong8911/master

Delete redundant code
pull/223/head
Vince 3 years ago committed by GitHub
commit 209ab284c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,8 +213,6 @@ install_package() {
sudo apt-get install sassc
elif has_command dnf; then
sudo dnf install sassc
elif has_command dnf; then
sudo dnf install sassc
elif has_command pacman; then
sudo pacman -S --noconfirm sassc
fi

Loading…
Cancel
Save