浏览代码

Merge pull request #282 from antonym/bump_manjaro

Bump Manjaro to 18.0
Antony Messerli 6 年之前
父节点
当前提交
53c5541996
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/manjaro.ipxe

+ 2 - 2
src/manjaro.ipxe

@@ -9,7 +9,7 @@ goto ${menu}
 set os Manjaro Linux
 set os Manjaro Linux
 menu ${os} Installers
 menu ${os} Installers
 item --gap Official Releases
 item --gap Official Releases
-item 17.1.12 ${space} ${os} 17.1.12
+item 18.0 ${space} ${os} 18.0
 choose manjaro_version || goto manjaro_exit
 choose manjaro_version || goto manjaro_exit
 
 
 :manjaro_flavor
 :manjaro_flavor
@@ -24,7 +24,7 @@ goto mirror_cfg
 
 
 :mirror_cfg
 :mirror_cfg
 set flavor_root ${flavor}
 set flavor_root ${flavor}
-iseq ${flavor} architect && set ${manjaro_version} 17.1.11 ||
+iseq ${flavor} architect && set ${manjaro_version} 17.1.12 ||
 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
 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
 goto manjaro_boot