From: Siraaj Khandkar Date: Sat, 26 Dec 2020 15:21:09 +0000 (-0500) Subject: Add Signal dep recipe X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=f8f4c016064969eb78809b8b119d6343b699ef99 Add Signal dep recipe --- diff --git a/deps/signal/Makefile b/deps/signal/Makefile new file mode 100644 index 0000000..fdb4fbe --- /dev/null +++ b/deps/signal/Makefile @@ -0,0 +1,7 @@ +.PHONY: all +all: + wget -O- https://updates.signal.org/desktop/apt/keys.asc \ + | sudo apt-key add - + echo 'deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main' \ + | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list + sudo apt update && sudo apt install signal-desktop