update
This commit is contained in:
parent
4aa8111f98
commit
c72fb8b625
46 changed files with 361 additions and 47 deletions
|
@ -1,9 +1,8 @@
|
|||
build/baikal/Core usr/share/baikal/Core
|
||||
build/baikal/vendor usr/share/baikal/vendor
|
||||
build/baikal/html usr/share/baikal/html
|
||||
build/baikal/Core usr/share/baikal/html
|
||||
build/baikal/Core usr/share/baikal/
|
||||
build/baikal/vendor usr/share/baikal/
|
||||
build/baikal/html usr/share/baikal/
|
||||
build/baikal/Specific var/lib/baikal
|
||||
build/baikal/README.md usr/share/doc/baikal/README.md
|
||||
build/baikal/LICENSE usr/share/doc/baikal/LICENSE
|
||||
config/baikal.yaml.dist etc/baikal/baikal.yaml
|
||||
debian/baikal-apache.conf usr/share/doc/baikal/baikal-apache.conf
|
||||
build/baikal/README.md usr/share/doc/baikal/
|
||||
build/baikal/LICENSE usr/share/doc/baikal/
|
||||
config/baikal.yaml.dist etc/baikal/
|
||||
debian/baikal-apache.conf usr/share/doc/baikal/
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.9.4
|
||||
VERSION=0.9.5
|
||||
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
|
||||
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 debhelper-compat"
|
||||
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"
|
||||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue