Update riotIM scripts.
This commit is contained in:
parent
922137da43
commit
cf2a9ebc0d
|
|
@ -0,0 +1,16 @@
|
|||
## Debian 9
|
||||
sudo apt install -y lsb-release wget apt-transport-https
|
||||
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ $(lsb_release -cs) main" |
|
||||
sudo tee /etc/apt/sources.list.d/riot-im.list
|
||||
sudo apt update
|
||||
sudo apt install riot-web
|
||||
|
||||
## Debian 8
|
||||
#sudo apt install -y lsb-release wget apt-transport-https
|
||||
#sudo wget -O /etc/apt/trusted.gpg.d/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
|
||||
#echo "deb [signed-by=75741890063E5E9A46135D01C2850B265AC085BD] https://packages.riot.im/debian/ $(lsb_release -cs) main" |
|
||||
# sudo tee /etc/apt/sources.list.d/riot-im.list
|
||||
#sudo apt update
|
||||
#sudo apt install riot-web
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo sh -c "echo 'deb https://riot.im/packages/debian/ buster main' > /etc/apt/sources.list-available/matrix-riot-im.list"
|
||||
|
||||
sudo ln -s /etc/apt/sources.list-available/matrix-riot-im.list /etc/apt/sources.list.d/matrix-riot-im.list
|
||||
|
||||
# Add the public key:
|
||||
curl -L https://riot.im/packages/debian/repo-key.asc | sudo apt-key add -
|
||||
|
||||
sudo apt-get update && apt-get -y install riot-nightly
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo sh -c "echo 'deb https://riot.im/packages/debian/ artful main' > /etc/apt/sources.list-available/matrix-riot-im.list"
|
||||
sudo sh -c "echo 'deb https://riot.im/packages/debian/ buster main' > /etc/apt/sources.list-available/matrix-riot-im.list"
|
||||
|
||||
sudo ln -s /etc/apt/sources.list-available/matrix-riot-im.list /etc/apt/sources.list.d/matrix-riot-im.list
|
||||
|
||||
|
|
@ -322,6 +322,7 @@ silent! call togglebg#map("<F5>")
|
|||
|
||||
" Airline customizations
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
echo " ± ➦ ✘ ⚡ ⚙"
|
||||
echo " ± ➦ ✘ ⚡ ⚙ "
|
||||
|
|
|
|||
Loading…
Reference in New Issue