Skip to content

Instantly share code, notes, and snippets.

View jonowo's full-sized avatar
🔢

Jonathan Leung jonowo

🔢
  • Toronto, Canada
  • 13:40 (UTC -05:00)
View GitHub Profile
@jonowo
jonowo / InstallSignalEN.py
Last active June 15, 2024 16:07 — forked from SpawnY0815/InstallSignalEN.py
Simple Python script for automating the installation of signal-cli, the DBus service, and registering a new user. Fork of https://gist.github.com/Vic3198/f0c9e17ef3d70e7b8c066bfd8cf4db2d
# Run this Python 3 script with superuser rights ('sudo') to install the Signal client
input("Welcome to the signal-cli install wizard.\nPress ENTER when you are ready.")
import os
yes = ['Oui', 'Yes', 'O', 'Y', 'oui', 'yes', 'o', 'y']
javaInstalled = input(