From e049be0cf6bd9e94892db5e8b810417e20d9ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Sat, 14 Feb 2026 17:19:09 +0100 Subject: [PATCH] Comment out date regex assignment Comment out the date regex assignment in the script. --- dietpi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dietpi-install.sh b/dietpi-install.sh index 994f75b..f346d83 100755 --- a/dietpi-install.sh +++ b/dietpi-install.sh @@ -3,7 +3,7 @@ #https://github.com/dewomser/Raspi-auto-downloader #ACHTUNG : Zeile 106-112 Beachten ! attribut=$1 -datum="[0-9]{4}-[0-9]{2}-[0-9]{2}" +# datum="[0-9]{4}-[0-9]{2}-[0-9]{2}" url="https://dietpi.com/downloads/images/" if [[ "$attribut" = "-h" ]] then