update
This commit is contained in:
parent
3a10b26136
commit
976a7c7078
11 changed files with 54 additions and 19 deletions
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=3.3.9
|
||||
VERSION=3.3.10
|
||||
APP=phpbb
|
||||
DEPOT=https://github.com/phpbb/phpbb.git
|
||||
GIT_VERSION=release-$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=2
|
||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip"
|
||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
||||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue