Imstall imagemagick
This commit is contained in:
parent
779e05b06b
commit
ede230def8
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -21,6 +21,8 @@ sass-uncompressed:
|
|||
install:
|
||||
pip install lektor --user
|
||||
gem install sass
|
||||
if hash apt 2>/dev/null; then sudo apt update; sudo apt install imagemagick -y; elif hash pacman 2>/dev/null; then sudo pacman -Sy imagemagick --noconfirm; elif hash dnf 2>/dev/null; then sudo dnf install -y imagemagick; else echo -e "Please install Imagemagick"; fi
|
||||
|
||||
|
||||
build: sass
|
||||
lektor build
|
||||
|
|
Loading…
Reference in a new issue