minor readability changes

This commit is contained in:
2025-11-28 13:55:06 +01:00
parent 770237e564
commit e2f53ee46a

View File

@@ -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
```