From 73a7f38255a096897f736bd74a2c999f7eb33771 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Tue, 2 Jun 2020 10:47:12 +0000 Subject: [PATCH] Moved the automated-install script example --- DBus-service.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/DBus-service.md b/DBus-service.md index 8c78cf8..f2d29ce 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -59,10 +59,4 @@ signal = bus.get('org.asamk.Signal') signal.onMessageReceived = msgRcv loop.run() -``` - -### 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 +``` \ No newline at end of file