Update Makefile: install git-lfs

This commit is contained in:
L3D 2020-02-06 22:34:29 +01:00
parent 48e20f5e11
commit 0e03cc10b9
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -8,16 +8,16 @@ all: build
.ONESHELL:
install:
if hash apt-get 2>/dev/null; then
sudo apt-get update -qq >/dev/null && sudo apt-get install -qq apt-utils imagemagick python3-pip python3-setuptools gcc
sudo apt-get update -qq >/dev/null && sudo apt-get install -qq apt-utils imagemagick python3-pip python3-setuptools gcc git-lfs
elif hash pacman 2>/dev/null; then
sudo pacman -Syu imagemagick python-pip glibc lib32-glibc gcc --noconfirm
sudo pacman -Syu imagemagick python-pip glibc lib32-glibc gcc git-lfs --noconfirm
elif hash dnf 2>/dev/null; then
sudo dnf install -y ImageMagick python3-pip gcc
sudo dnf install -y ImageMagick python3-pip gcc git-lfs
else
echo -e "Please install Imagemagick, python3-pip and gcc"
echo -e "Please install Imagemagick, python3-pip git-lfs and gcc"
fi
pip3 install wheel --user
pip3 install lektor --user
pip3 install wheel --user --upgrade
pip3 install lektor --user --upgrade
build: