This commit is contained in:
Thomas Legay 2023-07-27 16:29:59 +02:00
parent 109d1a34f2
commit 0207fb1325
18 changed files with 60 additions and 48 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
VERSION=2.5.4
VERSION=2.6.1
APP=wallabag
GIT_VERSION=$VERSION
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=4
DEPOT=https://github.com/wallabag/wallabag.git
@ -20,10 +20,10 @@ main(){
envinit() {
configure_depot_yarn
configure_depot_nodejs
configure_depot_nodejs 18
install_package_dependency
cd /opt/
wget https://getcomposer.org/download/2.2.13/composer.phar -O /opt/composer.phar
wget https://getcomposer.org/download/2.5.8/composer.phar -O /opt/composer.phar
}
build() {