From 1f94c5c9c870c0c25f3033a3d3ea9bf988616e8c Mon Sep 17 00:00:00 2001 From: kevinheyer Date: Wed, 11 Jun 2025 17:21:05 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12daec9..64e9532 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ First Server Init Init with ``` -bash <(curl -fsSL https://skulldev.de/kevinheyer/bash_bootstrap/raw/branch/main/bootstrap.sh) +wget -qO /tmp/bootstrap.sh https://skulldev.de/kevinheyer/bash_bootstrap/raw/branch/main/bootstrap.sh && sudo bash /tmp/bootstrap.sh ``` \ No newline at end of file