update version adguardhome authelia element-web gitea glpi joplin zigbee2mqtt

This commit is contained in:
thomas 2022-05-02 22:08:37 +02:00
parent 6148b1fa75
commit 12c7e6ade8
7 changed files with 23 additions and 31 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.108.0-b.6
VERSION=0.108.0-b.7
[ -e ./lib/function.sh ] && source ./lib/function.sh

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=4.34.6
VERSION=4.35.0
RELEASE=1
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -16,17 +16,13 @@ STEP="envinit prebuild build makedeb"
envinit() {
apt-get update
if [ $(dpkg -l | grep -e 'ii nodejs ' | wc -l) -eq 1 ];
then
apt-get dist-upgrade -y
else
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO - https://get.pnpm.io/install.sh | sh -
fi
apt-get dist-upgrade -y
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.18.1.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO - https://get.pnpm.io/install.sh | sh -
}
prebuild(){

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.10.10
VERSION=1.10.11
[ -e ./lib/function.sh ] && source ./lib/function.sh

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.16.5
VERSION=1.16.7
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -15,16 +15,12 @@ STEP="envinit prebuild build makedeb"
envinit() {
apt-get update
if [ $(dpkg -l | grep -e 'ii nodejs ' | wc -l) -eq 1 ];
then
apt-get dist-upgrade -y
else
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz
fi
apt-get dist-upgrade -y
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz
}
prebuild(){

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=10.0.0-rc3
VERSION=10.0.0
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -9,7 +9,7 @@ DEPOT=https://github.com/tomamplius/glpi.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2
IMAGE_SIZE=4
STEP="envinit prebuild build makedeb"

View File

@ -1,8 +1,8 @@
#!/bin/bash
GIT_VERSION=v2.8.2
DEB_VERSION_DESKTOP=2.8.2-$(date +%Y%m%d%H%M)
DEB_VERSION_SERVER=2.7.4-$(date +%Y%m%d%H%M)
GIT_VERSION=v2.8.6
DEB_VERSION_DESKTOP=2.8.6-$(date +%Y%m%d%H%M)
DEB_VERSION_SERVER=2.7.8-$(date +%Y%m%d%H%M)
[ -e ./lib/function.sh ] && source ./lib/function.sh

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.25.0
VERSION=1.25.1
[ -e ./lib/function.sh ] && source ./lib/function.sh