.
This commit is contained in:
parent
209876a0fb
commit
bf2443f16d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -13,7 +13,7 @@ install:
|
||||||
sudo pacman -Syu imagemagick python-pip glibc lib32-glibc gcc git-lfs --noconfirm
|
sudo pacman -Syu imagemagick python-pip glibc lib32-glibc gcc git-lfs --noconfirm
|
||||||
elif hash dnf 2>/dev/null; then
|
elif hash dnf 2>/dev/null; then
|
||||||
sudo dnf install -y ImageMagick python3-pip gcc git-lfs
|
sudo dnf install -y ImageMagick python3-pip gcc git-lfs
|
||||||
else
|
else
|
||||||
echo -e "Please install Imagemagick, python3-pip git-lfs and gcc"
|
echo -e "Please install Imagemagick, python3-pip git-lfs and gcc"
|
||||||
fi
|
fi
|
||||||
sudo pip3 install wheel --upgrade
|
sudo pip3 install wheel --upgrade
|
||||||
|
@ -32,7 +32,7 @@ server:
|
||||||
else
|
else
|
||||||
lektor server $(LEKTOR_SERVER_FLAGS) $(LEKTOR_PLUGIN_FLAGS)
|
lektor server $(LEKTOR_SERVER_FLAGS) $(LEKTOR_PLUGIN_FLAGS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
lektor clean --yes
|
lektor clean --yes
|
||||||
lektor plugin flush-cache
|
lektor plugin flush-cache
|
||||||
|
|
Loading…
Reference in a new issue