Add budybase

This commit is contained in:
thomas 2023-05-01 00:17:30 +02:00
parent dbef6baf09
commit f6f7521ffe
20 changed files with 122 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.46.0
VERSION=0.46.2
APP=metabase
DEPOT=https://github.com/metabase/metabase.git
GIT_VERSION=v$VERSION
@ -23,7 +23,7 @@ main(){
build() {
cd /tmp/${APP}/
PATH=$PATH:/usr/local/bin
./bin/build
./bin/build.sh
}
makedeb(){