diff --git a/HowToUbuntu.md b/HowToUbuntu.md index de55fc6..ead1008 100644 --- a/HowToUbuntu.md +++ b/HowToUbuntu.md @@ -73,4 +73,11 @@ on the command line. This gets more output after a few seconds: >Got receipt. The message is contained in the line starting with -> Body: \ No newline at end of file +> Body: + + +### 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)