Another refactor
merge joplin and joplin-server
This commit is contained in:
parent
931e499bd1
commit
55beb0e2e3
48 changed files with 198 additions and 228 deletions
|
@ -1,5 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
APP=adguardhome
|
||||
|
||||
VERSION=0.108.0-b.3
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=$VERSION-1
|
||||
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
STEP="envinit prebuild build makedeb"
|
||||
|
||||
envinit() {
|
||||
|
@ -13,7 +22,6 @@ envinit() {
|
|||
}
|
||||
|
||||
prebuild(){
|
||||
GIT_VERSION=$1
|
||||
git clone --depth 1 -b ${GIT_VERSION} https://github.com/AdguardTeam/AdGuardHome.git /tmp/adguardhome
|
||||
}
|
||||
|
||||
|
@ -24,8 +32,6 @@ build() {
|
|||
}
|
||||
|
||||
makedeb(){
|
||||
GIT_VERSION=$1
|
||||
DEB_VERSION=$2
|
||||
PATH_DEB=/tmp/src/rootfs
|
||||
|
||||
cp /tmp/adguardhome/AdGuardHome ${PATH_DEB}/usr/bin/adguardhome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue