mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 07:01:03 +01:00
Added manjaro gnome image
This commit is contained in:
parent
0aba1daf41
commit
dd4d161570
@ -86,7 +86,7 @@ To pase the configuration to the program use this syntax:
|
|||||||
echo "sdX" # | The device
|
echo "sdX" # | The device
|
||||||
echo "64_bit" # | The architecture type; arm or 64_bit
|
echo "64_bit" # | The architecture type; arm or 64_bit
|
||||||
echo "manjaro" # | The operation system
|
echo "manjaro" # | The operation system
|
||||||
echo "architect" # | The version
|
echo "gnome" # | The version
|
||||||
#echo "n" # ├── If arch: Should a encrypted setup be used? (y/n)
|
#echo "n" # ├── If arch: Should a encrypted setup be used? (y/n)
|
||||||
echo "n" # | Should the image download be forced?(y/n)
|
echo "n" # | Should the image download be forced?(y/n)
|
||||||
echo "y" # | Should the image be transfered to $device_path?(y/n)
|
echo "y" # | Should the image be transfered to $device_path?(y/n)
|
||||||
|
@ -84,6 +84,7 @@ case "$architecture" in
|
|||||||
case "$os" in
|
case "$os" in
|
||||||
"manjaro")
|
"manjaro")
|
||||||
echo "1) architect"
|
echo "1) architect"
|
||||||
|
echo "1) gnome"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
error "The os system \"$os\" is not supported yet for 64bit!"
|
error "The os system \"$os\" is not supported yet for 64bit!"
|
||||||
@ -125,6 +126,11 @@ case "$os" in
|
|||||||
base_download_url="https://osdn.net/frs/redir.php?m=dotsrc&f=%2Fstorage%2Fg%2Fm%2Fma%2Fmanjaro%2Farchitect%2F20.0%2F";
|
base_download_url="https://osdn.net/frs/redir.php?m=dotsrc&f=%2Fstorage%2Fg%2Fm%2Fma%2Fmanjaro%2Farchitect%2F20.0%2F";
|
||||||
imagename="manjaro-architect-20.0-200426-linux56.iso"
|
imagename="manjaro-architect-20.0-200426-linux56.iso"
|
||||||
;;
|
;;
|
||||||
|
"gnome")
|
||||||
|
image_checksum="d16118207c546c18201703d80b6356b1522b47d0"
|
||||||
|
base_download_url="https://osdn.net/frs/redir.php?m=dotsrc&f=/storage/g/m/ma/manjaro/gnome/20.0.1/";
|
||||||
|
imagename="manjaro-gnome-20.0.1-200511-linux56.iso"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
os_does_not_support_raspberry_version_error
|
os_does_not_support_raspberry_version_error
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user