mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 16:57:16 +01:00
Ups! Ohne Exit funktioniert das besser /Zeile 33
This commit is contained in:
parent
ee58200e2d
commit
a7c9c704ad
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ fi
|
|||
#rimage ="raspios_lite_armhf"
|
||||
#rimage="raspios_full_armhf"
|
||||
|
||||
cd "$HOME/Downloads" || exit
|
||||
cd "$HOME/Downloads" || echo"Downloads Ordner nicht vorhanden"
|
||||
|
||||
|
||||
dirr=$(curl --silent https://downloads.raspberrypi.org/$rimage/images/ | grep -o -E "$rimage-$datum" | tail -1 )
|
||||
pathr="https://downloads.raspberrypi.org/$rimage/images/$dirr/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue