update
This commit is contained in:
parent
0026da2286
commit
d2bd592dfe
9 changed files with 20 additions and 13 deletions
|
@ -1 +0,0 @@
|
|||
/etc/mautrix-whatsapp/config.yaml
|
|
@ -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#
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
%:
|
||||
dh $@
|
||||
dh_installsystemd
|
||||
|
||||
# dh_make generated override targets
|
||||
# This is example for Cmake (See https://bugs.debian.org/641051 )
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue