Script to download and build kavita
This commit is contained in:
parent
bd95b131f6
commit
3e87bf6fa4
18
alpine_build.sh
Executable file
18
alpine_build.sh
Executable 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
|
Reference in New Issue
Block a user