2nd version of the day

This commit is contained in:
thomas 2023-07-11 23:15:31 +02:00
parent 568c7a4342
commit f8e85eec79
15 changed files with 116 additions and 7 deletions

View file

@ -1,13 +1,13 @@
#!/bin/bash
VERSION=2.11.9
VERSION=2.12.4
APP=joplin-desktop
GIT_VERSION=v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEPOT=https://github.com/laurent22/joplin.git
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=10
PACKAGE_DEPENDENCY="build-essential python nodejs rsync yarn"
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
main(){
base_package_upgrade