Script to download and build kavita

This commit is contained in:
RealStickman 2022-09-01 14:40:21 +02:00
parent bd95b131f6
commit 3e87bf6fa4

18
alpine_build.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/sh
set -eu
# make sure location is root
cd /
# use my fork for now
#git clone https://github.com/Kareadita/Kavita.git
git clone https://github.com/RealStickman/Kavita.git
# enter repo
cd Kavita
# use my branch for now
git checkout rs_alpine
# start build for linux-musl-x64
"/Kavita/build.sh" linux-musl-x64