Merge pull request #146 from MindTooth/up_parrotsec

parrotsec: changed url and version to stable
This commit is contained in:
Antony Messerli
2017-05-20 07:03:55 -05:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@ goto ${menu}
set os Parrot Security
menu ${os} Installers
item --gap Official Releases
item 3.3 ${space} ${os} 3.3 Netinstall
item stable ${space} ${os} Stable Netinstall
choose parrotsec_version || goto parrotsec_exit
goto parrotsec_boot
:parrotsec_boot
set parrotsec_initrd http://cloudflare.archive.parrotsec.org/parrot/pool/iso/netinstall/parrot-netinst-${parrotsec_version}-amd64.iso
set parrotsec_initrd https://mirrordirector.archive.parrotsec.org/parrot/dists/${parrotsec_version}/main/installer-${arch_a}/current/images/netboot/mini.iso
kernel ${memdisk} iso raw
initrd ${parrotsec_initrd}
boot