This commit is contained in:
L3D 2020-08-11 16:34:42 +02:00 committed by L3D
parent 209876a0fb
commit bf2443f16d
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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