new version element-web bitwarden-desktop

This commit is contained in:
thomas 2022-07-07 23:11:32 +02:00
parent 8d3ccf5fbd
commit 5012543e4c
2 changed files with 7 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2022.6.0
VERSION=2022.6.1
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -12,7 +12,6 @@ DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=10
STEP="envinit prebuild build makedeb"
STEP="envinit prebuild"
envinit() {
apt-get update
@ -26,10 +25,8 @@ envinit() {
}
prebuild(){
[ -e /tmp/git ] && rm -fr /tmp/git
[ -e /tmp/${APP} ] || mkdir /tmp/${APP}
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} /tmp/git
cp -r /tmp/git/. /tmp/${APP}
[ -e /tmp/${APP} ] && rm -fr /tmp/${APP}
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} /tmp/${APP}
}
build() {