diff --git a/README.md b/README.md index 0c882be..1079963 100644 --- a/README.md +++ b/README.md @@ -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