mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 03:21:03 +01:00
Adapted version
This commit is contained in:
parent
61e716acad
commit
ef510c0639
@ -76,9 +76,9 @@ case "$os" in
|
|||||||
question "Which release(e.g.:20,21) should be used:" && read -r release
|
question "Which release(e.g.:20,21) should be used:" && read -r release
|
||||||
case "$release" in
|
case "$release" in
|
||||||
"20")
|
"20")
|
||||||
image_checksum="d16118207c546c18201703d80b6356b1522b47d0"
|
image_checksum="2df3697908483550d4a473815b08c1377e6b6892"
|
||||||
base_download_url="https://osdn.net/frs/redir.php?m=dotsrc&f=/storage/g/m/ma/manjaro/gnome/20.0.1/"
|
base_download_url="https://osdn.net/projects/manjaro-archive/storage/gnome/20.0/"
|
||||||
imagename="manjaro-gnome-20.0.1-200511-linux56.iso"
|
imagename="manjaro-gnome-20.0-200426-linux56.iso"
|
||||||
;;
|
;;
|
||||||
"21")
|
"21")
|
||||||
image_checksum="3ee5c59d21b1d78ec7fc655acc8f05c47237c6c0"
|
image_checksum="3ee5c59d21b1d78ec7fc655acc8f05c47237c6c0"
|
||||||
|
Loading…
Reference in New Issue
Block a user