From e2f53ee46aeb3b2e6cc95448de1bfb11a473a9d6 Mon Sep 17 00:00:00 2001 From: allan Date: Fri, 28 Nov 2025 13:55:06 +0100 Subject: [PATCH] minor readability changes --- README.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e8f0e78..e4c544b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,27 @@ Set it once → it updates itself. --- +## 1. Prepare the system + +``` +sudo apt update -y +``` + +## 2. Download the installer + +``` +git clone https://git.x-files.dk/server/auto-update-ubuntu.git +``` + +``` +cd auto-update-ubuntu +``` + +## 3. Run the installer +``` +sudo ./auto-update-ubuntu +``` + ## Automatic Defaults | Setting | Enabled | @@ -64,16 +85,6 @@ Reference inside script: --- -## Install - -``` -git clone https://git.x-files.dk/server/auto-update-ubuntu.git -cd auto-update-ubuntu -sudo ./auto-update-ubuntu -``` - ---- - ## Verify Status ```