mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Added version for raspberry pi
This commit is contained in:
parent
8e94a2830e
commit
d8b0ca6906
@ -95,6 +95,7 @@ case "$os" in
|
||||
imagename="moode-r651-iso.zip";
|
||||
;;
|
||||
"retropie")
|
||||
question "Which version(e.g.:1,2,3,4) should be used:" && read -r version
|
||||
base_download_url="https://github.com/RetroPie/RetroPie-Setup/releases/download/4.8/";
|
||||
case "$version" in
|
||||
"1")
|
||||
|
Loading…
Reference in New Issue
Block a user