Skip to content

Commit

Permalink
✏️ Fix deb source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 16, 2024
1 parent 369789e commit bad1c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ paru -S ortfodb-bin --mflags --skipinteg
```

```bash [Ubuntu, Debian]
echo "deb [trusted=yes] https://apt.ortfo.org/ /" | sudo tee /etc/apt/sources.list.d/ortfo.list
echo "deb [trusted=yes] https://deb.ortfo.org/ /" | sudo tee /etc/apt/sources.list.d/ortfo.list
sudo apt update
sudo apt install ortfodb
```
Expand Down

0 comments on commit bad1c24

Please sign in to comment.