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

@ -13,21 +13,22 @@ STEP="envinit prebuild makedeb"
# build
envinit() {
apt-get update
apt-get dist-upgrade -y
apt-get install -y --no-install-recommends wget ca-certificates fakeroot dpkg git
apt clean
}
prebuild(){
rm -fr /tmp/tt-rss
git clone --depth 1 https://git.tt-rss.org/fox/tt-rss.git /tmp/tt-rss
[ -e /tmp/${APP} ] && rm -fr /tmp/${APP}
git clone --depth 1 https://git.tt-rss.org/fox/tt-rss.git /tmp/${APP}
}
build() {
cd /tmp/tt-rss
cd /tmp/${APP}
}
makedeb(){
GIT_VERSION=$1
DEB_VERSION=$2
PATH_DEB=/tmp/src/rootfs
cp -fr /tmp/tt-rss/* ${PATH_DEB}/usr/share/tt-rss/