Created
April 29, 2022 18:08
-
-
Save TylerDurham/b57c7fd299a171240889b969883d5b7d to your computer and use it in GitHub Desktop.
Installs Signal on Ubuntu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NOTE: These instructions only work for 64 bit Debian-based | |
| # Linux distributions such as Ubuntu, Mint etc. | |
| # 1. Install our official public software signing key | |
| wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg | |
| cat signal-desktop-keyring.gpg | sudo tee -a /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null | |
| # 2. Add our repository to your list of repositories | |
| echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |\ | |
| sudo tee -a /etc/apt/sources.list.d/signal-xenial.list | |
| # 3. Update your package database and install signal | |
| sudo apt update && sudo apt install signal-desktop |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install it on Ubuntu: