new version adguardhome element-web glpi grocy mautrix-whatsapp metabase rss-bridge tt-rss wallabag zigbee2mqtt

add rustdesk-server
This commit is contained in:
thomas 2022-06-11 22:16:17 +02:00
parent ad8ebb543c
commit f7730928e4
29 changed files with 272 additions and 59 deletions

View file

@ -3,7 +3,7 @@
[ -e ./lib/function.sh ] && source ./lib/function.sh
APP=wallabag
VERSION=2.5.0
VERSION=2.5.1
GIT_VERSION=$VERSION
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
@ -16,10 +16,11 @@ envinit() {
apt-get update
apt-get dist-upgrade -y
apt-get install -y --no-install-recommends wget ca-certificates git php-common php-xml php-json php-gd php-mbstring php-xml php-tidy php-curl php-tokenizer php-bcmath php-intl php-fpm unzip fakeroot dpkg gpg make
wget -qO - https://deb.nodesource.com/setup_16.x | bash
wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarnkey.gpg
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list
wget https://dl.yarnpkg.com/debian/pubkey.gpg -O - | gpg --dearmor > /usr/share/keyrings/yarnkey.gpg
apt-get update
apt-get install yarn -y
apt-get install -y yarn nodejs
}
prebuild(){