This commit is contained in:
Thomas Legay 2025-04-27 00:48:12 +02:00
parent 0026da2286
commit d2bd592dfe
9 changed files with 20 additions and 13 deletions

View file

@ -1 +0,0 @@
/etc/mautrix-whatsapp/config.yaml

View file

@ -1,6 +1,9 @@
#!/bin/bash
#!/bin/sh
set -e
APP=mautrix-whatsapp
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/
chown -R $APP:$APP /etc/mautrix-whatsapp/
#DEBHELPER#

View file

@ -16,6 +16,7 @@
%:
dh $@
dh_installsystemd
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.11.4
VERSION=0.12.0
APP=mautrix-whatsapp
DEPOT=https://github.com/mautrix/whatsapp.git
GIT_VERSION=v${VERSION}