Added section for getting the latest version on Debian/Ubuntu (fuck the official repos lol...)

This commit is contained in:
Dionysus 2023-09-15 15:08:27 -04:00
parent 87ea421a4e
commit b12f72b6cc
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# WeeChat
> backup of my weechat setup
> backup of me weechat setup
![](preview.png)
@ -27,6 +27,17 @@
---
### Setup
###### Repository for Debian/Ubuntu
```shell
sudo mkdir /root/.gnupg
sudo chmod 700 /root/.gnupg
sudo mkdir -p /usr/share/keyrings
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/weechat-archive-keyring.gpg --keyserver hkps://keys.openpgp.org --recv-keys 11E9DE8848F2B65222AA75B8D1820DB22A11534E
echo "deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/debian bullseye main" | sudo tee /etc/apt/sources.list.d/weechat.list
sudo apt-get update
sudo apt-get install weechat-curses weechat-plugins weechat-python weechat-perl
```
###### WeeChat
```shell
git clone https://github.com/tat3r/tdfiglet.git && cd tdfiglet && make && sudo make install && cd