From 18a6f40626b52894f765eccaffabf3b61b3b5a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Mon, 15 May 2023 10:27:41 +0200 Subject: [PATCH] typo .\ --- raspi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-install.sh b/raspi-install.sh index 39f818f..0c5f946 100755 --- a/raspi-install.sh +++ b/raspi-install.sh @@ -55,7 +55,7 @@ dirr=$(curl --silent "https://downloads.raspberrypi.org/$rimage/images/" | grep pathr="https://downloads.raspberrypi.org/$rimage/images/$dirr/" #rname=$(curl --silent "$pathr" | grep -o -E -w "$datum-[[:lower:]-]*\.zip" | head -1) #rname=$(curl --silent "$pathr" | grep -o -E "$datum-[[:alnum:]-]*\.xz" | head -1) -rname=$(curl --silent "$pathr" | grep -o -E "$datum-[[:alnum:]-]*\.img.\xz"|tail -1) +rname=$(curl --silent "$pathr" | grep -o -E "$datum-[[:alnum:]-]*\.img\.xz"|tail -1) wget -c "$pathr""$rname" -O "raspi$attribut".xz #echo Test kompletter Pfad :: "$pathr""$rname"