This commit is contained in:
Thomas Legay 2023-07-27 16:29:59 +02:00
parent 109d1a34f2
commit 0207fb1325
18 changed files with 60 additions and 48 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.46.6
VERSION=0.46.6.2
APP=metabase
DEPOT=https://github.com/metabase/metabase.git
GIT_VERSION=v$VERSION
@ -23,6 +23,7 @@ main(){
build() {
cd /tmp/${APP}/
PATH=$PATH:/usr/local/bin
npx browserslist@latest --update-db
./bin/build.sh
}