11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
|
#!/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
|