Fix markdownlint: Add language to code blocks, use headings instead of emphasis
This commit is contained in:
@@ -4,7 +4,7 @@ Sammlung von System-Administrationsskripten für WinterIT und Kunden.
|
|||||||
|
|
||||||
## Verzeichnisstruktur
|
## Verzeichnisstruktur
|
||||||
|
|
||||||
```
|
```text
|
||||||
sysadmin/
|
sysadmin/
|
||||||
├── linux/
|
├── linux/
|
||||||
│ ├── kubuntu/ # Kubuntu-spezifische Skripte
|
│ ├── kubuntu/ # Kubuntu-spezifische Skripte
|
||||||
@@ -20,7 +20,7 @@ sysadmin/
|
|||||||
|
|
||||||
### Schnellstart (vor Ort)
|
### Schnellstart (vor Ort)
|
||||||
|
|
||||||
**Empfohlen: Alle Updates (Security + Applikationen)**
|
### Empfohlen: Alle Updates (Security + Applikationen)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://git.winterit.de/WinterIT/sysadmin/raw/branch/main/linux/kubuntu/setup-unattended-upgrades-full.sh
|
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
|
sudo ./setup-unattended-upgrades-full.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**Alternative: Nur Security-Updates (stabile Systeme)**
|
### Alternative: Nur Security-Updates (stabile Systeme)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://git.winterit.de/WinterIT/sysadmin/raw/branch/main/linux/kubuntu/setup-unattended-upgrades.sh
|
wget https://git.winterit.de/WinterIT/sysadmin/raw/branch/main/linux/kubuntu/setup-unattended-upgrades.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user