From 6123a3ce0e9b707ffb5dcc48e6fad9b2c8037eee Mon Sep 17 00:00:00 2001 From: Vic3198 <40367657+Vic3198@users.noreply.github.com> Date: Fri, 22 May 2020 16:31:29 +0200 Subject: [PATCH] I created this script and wanted to share it because it saved me a lot of time for each time a had to reinstall signal-cli on a new machine. It's far from perfect so don't hesitate to improve it! --- DBus-service.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DBus-service.md b/DBus-service.md index 8fe7d45..23d5929 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -60,4 +60,10 @@ signal = bus.get('org.asamk.Signal') signal.onMessageReceived = msgRcv loop.run() -``` \ No newline at end of file +``` + +### Automate the installation +Here is a Python script to automate the installation of signal-cli for using with the DBus service. This scripts installs signal-cli, setup the DBus service and helps you add an account (either as master or slave device). +Must be run with superuser rights ('sudo'). + +[InstallSignalEN.py](https://gist.github.com/Vic3198/f0c9e17ef3d70e7b8c066bfd8cf4db2d) \ No newline at end of file