From 882c7a05d381cd979afd3dde3ce4bf65308e165e Mon Sep 17 00:00:00 2001 From: morph027 Date: Sun, 4 Sep 2022 10:40:16 +0200 Subject: [PATCH] add label/origin/suite to repo Signed-off-by: morph027 --- .repo/gitea/conf/distributions | 3 +++ README.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+) 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 <