ソースを参照

Bump Manjaro to 18.0

Antony Messerli 6 年 前
コミット
ff503081a7
1 ファイル変更2 行追加2 行削除
  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 17.1.12 ${space} ${os} 17.1.12
+item 18.0 ${space} ${os} 18.0
 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.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
 goto manjaro_boot