home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8728d8d
)
Add Signal dep recipe
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 26 Dec 2020 15:21:09 +0000
(10:21 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 26 Dec 2020 15:21:09 +0000
(10:21 -0500)
deps/signal/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/deps/signal/Makefile
b/deps/signal/Makefile
new file mode 100644
(file)
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
This page took
0.018544 seconds
and
4
git commands to generate.