From 429620647ef4c4fdf33e4ce2bb71fb76350aa953 Mon Sep 17 00:00:00 2001 From: Gorn <3+gorn@noreply.localhost> Date: Wed, 29 Apr 2026 14:52:48 +0200 Subject: [PATCH] Fix markdownlint: Add language to code blocks, use headings instead of emphasis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6838ef..56d1e71 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Sammlung von System-Administrationsskripten für WinterIT und Kunden. ## Verzeichnisstruktur -``` +```text sysadmin/ ├── linux/ │ ├── kubuntu/ # Kubuntu-spezifische Skripte @@ -20,7 +20,7 @@ sysadmin/ ### Schnellstart (vor Ort) -**Empfohlen: Alle Updates (Security + Applikationen)** +### Empfohlen: Alle Updates (Security + Applikationen) ```bash wget https://git.winterit.de/WinterIT/sysadmin/raw/branch/main/linux/kubuntu/setup-unattended-upgrades-full.sh @@ -28,7 +28,7 @@ chmod +x setup-unattended-upgrades-full.sh sudo ./setup-unattended-upgrades-full.sh ``` -**Alternative: Nur Security-Updates (stabile Systeme)** +### Alternative: Nur Security-Updates (stabile Systeme) ```bash wget https://git.winterit.de/WinterIT/sysadmin/raw/branch/main/linux/kubuntu/setup-unattended-upgrades.sh