Przeglądaj źródła

Update manjaro.ipxe

KurioHonoo 6 lat temu
rodzic
commit
90330e000c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/manjaro.ipxe

+ 2 - 2
src/manjaro.ipxe

@@ -9,7 +9,7 @@ goto ${menu}
 set os Manjaro Linux
 menu ${os} Installers
 item --gap Official Releases
-item 18.0.2 ${space} ${os} 18.0.2
+item 18.0.4 ${space} ${os} 18.0.4
 choose manjaro_version || goto manjaro_exit
 
 :manjaro_flavor
@@ -24,7 +24,7 @@ goto mirror_cfg
 
 :mirror_cfg
 set flavor_root ${flavor}
-iseq ${flavor} architect && set ${manjaro_version} 17.1.12 ||
+iseq ${flavor} architect && set ${manjaro_version} 18.0.2 ||
 set manjaro_initrd http://ftp.acc.umu.se//mirror/osdn.net/storage/g/m/ma/manjaro/${flavor_root}/${manjaro_version}/manjaro-${flavor}-${manjaro_version}-stable-x86_64.iso
 goto manjaro_boot