Add mautrix-syncproxy and mautrix-wsproxy
This commit is contained in:
parent
eaba9effe3
commit
51bcd703d6
18 changed files with 185 additions and 5 deletions
10
mautrix-syncproxy2deb
Executable file
10
mautrix-syncproxy2deb
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=mautrix-syncproxy
|
||||
VERSION=0.0.1
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION-1
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=2
|
||||
|
||||
source ./lib/function.sh
|
Loading…
Add table
Add a link
Reference in a new issue