11 lines
503 B
Markdown
11 lines
503 B
Markdown
# Update Script für Debian 11 / 12
|
|
|
|
## Installation / One-Liner
|
|
|
|
```bash
|
|
|
|
Debian 11 auf Debian 12
|
|
wget -qO update_11_to_12.sh https://me-gitea.maieredv.cloud/manuel.maier/Upgrade-Debian-Script/raw/branch/main/update_11_to_12.sh && chmod +x update_11_to_12.sh && sudo ./update_11_to_12.sh
|
|
|
|
Debian 12 auf Debian 13
|
|
wget -qO update_12_to_13.sh https://me-gitea.maieredv.cloud/manuel.maier/Upgrade-Debian-Script/raw/branch/main/update_12_to_13.sh && chmod +x update_12_to_13.sh && sudo ./update_12_to_13.sh |