diff --git a/.repo/gitea/conf/distributions b/.repo/gitea/conf/distributions index 2b5e594..134c22c 100644 --- a/.repo/gitea/conf/distributions +++ b/.repo/gitea/conf/distributions @@ -1,3 +1,6 @@ +Origin: morph027 +Suite: gitea +Label: gitea Codename: gitea Components: main Architectures: amd64 arm64 diff --git a/README.md b/README.md index c814cf8..7e3f024 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,17 @@ sudo apt-get install gitea morph027-keyring ``` systemctl enable --now gitea ``` + +## Extras + +### unattended-upgrades + +To enable automatic upgrades using `unattended-upgrades`, just add the following config file: + +```bash +cat > /etc/apt/apt.conf.d/50gitea <