Add tt-rss
joplin 2.7.13
This commit is contained in:
parent
ef983cadf9
commit
f6b3822e95
11 changed files with 111 additions and 2 deletions
10
tt-rss2deb
Executable file
10
tt-rss2deb
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue