update
This commit is contained in:
parent
109d1a34f2
commit
0207fb1325
18 changed files with 60 additions and 48 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue