Skip to content

Commit

Permalink
element matrix client
Browse files Browse the repository at this point in the history
  • Loading branch information
slspeek committed Oct 14, 2024
1 parent deb51ac commit 9926fc0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ COMPLETE_LIVE_LATE_CMDS=$(MINIMAL_LIVE_LATE_CMDS),$\
chrome-remote-desktop,$\
dotnet,$\
earth-pro,$\
element,$\
gists,$\
golang,$\
google-chrome,$\
Expand Down
1 change: 1 addition & 0 deletions late-cmds/element
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install-element.sh
15 changes: 15 additions & 0 deletions scripts/install-element.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
# from https://element.io/download#linux

sudo apt-get install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg \
https://packages.element.io/debian/element-io-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] \
https://packages.element.io/debian/ default main" \
| sudo tee /etc/apt/sources.list.d/element-io.list
sudo apt-get update
sudo apt-get install -y element-desktop



0 comments on commit 9926fc0

Please sign in to comment.