update
This commit is contained in:
parent
7ef4baf9a9
commit
5e7d4948d2
7 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=3.3.8
|
||||
VERSION=3.3.9
|
||||
APP=phpbb
|
||||
DEPOT=https://github.com/phpbb/phpbb.git
|
||||
GIT_VERSION=release-$VERSION
|
||||
|
@ -9,7 +9,13 @@ DEBIAN_VERSION_CODENAME=bullseye
|
|||
IMAGE_SIZE=2
|
||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip"
|
||||
|
||||
STEP="base_package_upgrade install_package_dependency default_prebuild build makedeb"
|
||||
main(){
|
||||
base_package_upgrade
|
||||
install_package_dependency
|
||||
default_prebuild
|
||||
build
|
||||
makedeb
|
||||
}
|
||||
|
||||
build(){
|
||||
cd /tmp/${APP}/phpBB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue