update
This commit is contained in:
parent
1705d59286
commit
6bc789087e
20 changed files with 57 additions and 31 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue