9 lines
152 B
Bash
Executable file
9 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
APP=mautrix-whatsapp
|
|
VERSION=0.2.4
|
|
GIT_VERSION=v$VERSION
|
|
DEB_VERSION=$VERSION-3
|
|
DEBIAN_VERSION_CODENAME=bullseye
|
|
|
|
source ./lib/function.sh
|