Skip to content

Commit

Permalink
Merge pull request #378 from LumberjackOtters/master
Browse files Browse the repository at this point in the history
modify documentation for Ubuntu/Debian
  • Loading branch information
orf authored Oct 11, 2023
2 parents 29050e3 + 857e741 commit 882ee1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Table of Contents
* Arch Linux: `pacman -S gping`
* Ubuntu/Debian ([Azlux's repo](http://packages.azlux.fr/)):
```bash
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ stable main" | sudo tee /etc/apt/sources.list.d/azlux.list
sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg
sudo apt update
sudo apt install gping
```
Expand Down

0 comments on commit 882ee1e

Please sign in to comment.