This commit is contained in:
Thomas Legay 2025-01-23 03:09:12 +01:00
parent 69cbf81a7c
commit 679d31630b
29 changed files with 112 additions and 32 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
VERSION=0.9.5
VERSION=0.10.1
APP=baikal
DEPOT=https://github.com/sabre-io/Baikal.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=2
PACKAGE_DEPENDENCY="php-mbstring php-exif php-opcache php-sockets php-tokenizer php-iconv php-json php-phar php-curl rsync zip make composer unzip devscripts debhelper-compat build-essential"