This commit is contained in:
thomas 2022-12-04 03:31:12 +01:00
parent 5e7d4948d2
commit 31483ba9c6
3 changed files with 17 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
APP=gotify
VERSION=2.1.7
VERSION=2.2.0
GIT_VERSION=v$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
@ -9,7 +9,13 @@ IMAGE_SIZE=6
DEPOT=https://github.com/gotify/server.git
PACKAGE_DEPENDENCY="build-essential nodejs yarn"
STEP="base_package_upgrade envinit get_git_source build makedeb"
main(){
base_package_upgrade
envinit
get_git_source
build
makedeb
}
envinit() {
configure_depot_yarn