Skip to content

Commit

Permalink
fix the swee-repo text
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 12, 2024
1 parent 21fae29 commit c77b2d6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,20 @@ sudo pacman -S fortune-mod

On Debian, and derivatives (e.g: Ubuntu, Linux Mint):

....
sudo apt install fortune-mod
....

(Warning: may be an old version.)

Optionally, you can setup https://swee.codes/linuxrepos[This apt repository] to make sure you have the latest version.
```
....
curl -L https://swee.codes/swee.list | sudo tee /etc/apt/sources.list.d/swee.list
sudo apt update
sudo apt install fortune-mod-shlomif
```
....

This setups https://swee.codes/linuxrepos[this apt repository] to make sure you have the latest version.

If you are content using a very old version, you can use:

....
sudo apt install fortune-mod
....

=== Release Tarballs

Expand Down

0 comments on commit c77b2d6

Please sign in to comment.