Add tt-rss

joplin 2.7.13
This commit is contained in:
thomas 2022-02-25 00:16:47 +01:00
parent ef983cadf9
commit f6b3822e95
11 changed files with 111 additions and 2 deletions

10
tt-rss2deb Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
APP=tt-rss
VERSION=$(date +%Y%m.%d.%H%M)
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=1
source ./lib/function.sh