Update repo source in README

closes #4

Before this is merged, we must ensure that both the old and new
instructions will still ultimately end up with the same setup.
This commit is contained in:
crystal 2023-07-25 06:44:50 -06:00
parent a5ed0cf9b7
commit c6ed112b2d
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -18,7 +18,7 @@ The default username for Forgejo's user is `forgejo`, but it can easily be chang
You can install updates for this package along with all the other software on your system with `apt` thanks to the Debian package registry added in Forgejo v1.20. Run the following commands to set up the repository on your system:
```sh
sudo apt install wget apt-transport-https
wget --content-disposition https://code.forgejo.org/crystal/-/packages/debian/forgejo-deb-repo/0-0/files/2637
wget --content-disposition https://code.forgejo.org/forgejo-contrib/-/packages/debian/forgejo-deb-repo/0-0/files/2890
sudo apt install ./forgejo-deb-repo_0-0_all.deb
sudo apt update
sudo apt upgrade