mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
cleanup
This commit is contained in:
parent
a88a3d5e83
commit
e4e0caed75
2 changed files with 0 additions and 24 deletions
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# Usage: ./download-and-extract.sh something https://example.com/something.tar.gz
|
|
||||||
|
|
||||||
archive=$1
|
|
||||||
url=$2
|
|
||||||
|
|
||||||
if [ ! -f $archive.tar.gz ]; then
|
|
||||||
wget -O $archive.tar.gz $url
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm -r $archive
|
|
||||||
tar -xvzf $archive.tar.gz
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# install webp
|
|
||||||
|
|
||||||
archive=libwebp-1.2.0
|
|
||||||
|
|
||||||
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
|
|
||||||
|
|
||||||
pushd $archive
|
|
||||||
|
|
||||||
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
|
||||||
|
|
||||||
popd
|
|
Loading…
Add table
Add a link
Reference in a new issue