mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 16:57:16 +01:00
typo .\
This commit is contained in:
parent
b15e329dbe
commit
18a6f40626
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue