This commit is contained in:
Thomas Legay 2024-08-14 22:00:45 +02:00
parent 1705d59286
commit 6bc789087e
20 changed files with 57 additions and 31 deletions

View file

@ -1,12 +1,12 @@
#!/bin/bash
VERSION=2.13.5
VERSION=3.0.1
APP=joplin-server
GIT_VERSION=server-v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEPOT=https://github.com/laurent22/joplin.git
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=12
IMAGE_SIZE=16
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
main(){
@ -20,7 +20,6 @@ main(){
}
build() {
rm -fr /tmp/${APP}/packages/app-mobile
cd /tmp/${APP}/
BUILD_SEQUENCIAL=1 yarn install
}