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=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(){