From c6ed112b2daf11ebd46e8ed8f02b208aea05b284 Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 25 Jul 2023 06:44:50 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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