Implemented wrapper for pkgmgr and more sync for safe image transfer and manjaro gnome 24

This commit is contained in:
2025-03-22 10:28:14 +01:00
parent b4a0b50e1f
commit 94fdcf5758
6 changed files with 229 additions and 31 deletions

View File

@@ -147,6 +147,10 @@ case "$operation_system" in
base_download_url="https://download.manjaro.org/gnome/22.1.3/"
image_name="manjaro-gnome-22.1.3-230529-linux61.iso"
;;
"24")
base_download_url="https://download.manjaro.org/gnome/24.2.1/"
image_name="manjaro-gnome-24.2.1-241216-linux612.iso"
;;
"raspberrypi")
# at the moment just optimized for raspberry pi 4
base_download_url="https://github.com/manjaro-arm/rpi4-images/releases/download/23.02/"