From 3ec74649d33d420f3fa3eacfac8a9bdc29837fcd Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 24 Feb 2026 15:49:51 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49bd0ba..7dea7fe 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Debian 11 auf Debian 12 ```bash 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 ```bash -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 \ No newline at end of file +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 +``` \ No newline at end of file