metabase add /etc/default/metabase
This commit is contained in:
parent
a036a3516f
commit
9e7a3a12d1
5 changed files with 25 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.42.3
|
||||
RELEASE=2
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=${VERSION}-${RELEASE}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue