X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=download%2Findex.html.tt2;h=ce3c9af89946babd7545cf0c9b52df40a760e858;hb=18c44ab3cb0784e93ad0abd8c5425b0c1f563eff;hp=aa324d2d3fccde5b9d58d1d49320d1b442c4e1cf;hpb=4c236594f3a21954142aa82776e7d945c9f17211;p=grml.org.git diff --git a/download/index.html.tt2 b/download/index.html.tt2 index aa324d2..ce3c9af 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -7,10 +7,9 @@ - - + @@ -77,7 +76,7 @@
-

Download Grml 2018.12

+

Download Grml 2020.06

Get the current stable release here.
@@ -89,22 +88,22 @@

@@ -164,7 +166,7 @@ } function update_links() { - var current_version = "2018.12"; + var current_version = "2020.06"; var product = 'grml'; var arch = document.getElementById('download_arch').value; var flavour = document.getElementById('download_flavour').value; @@ -172,11 +174,11 @@ if (arch == 'i386') product = 'grml32'; if (arch == '96') product = 'grml96'; var iso = product + '-' + flavour + '_' + current_version + '.iso'; - var mirror_url = "http://download.grml.org/"; + var mirror_url = "https://download.grml.org/"; document.getElementById('download_link_mirror').href = mirror_url + iso; document.getElementById('download_link_mirror').innerHTML = '
Download Now
' + product + '-' + flavour + ' ' + current_version + '
'; document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent'; - document.getElementById('download_link_signature').href = mirror_url + iso + '.asc'; + document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc'; } // hook update function @@ -197,14 +199,14 @@
Alternate downloads

Daily images
- Older releases
- Source code (one tgz for both archs)
+ Older releases
+ Source code (one tgz for both archs)

Netboot packages:
- 64-bit - (sig) - 32-bit - (sig) + 64-bit + (signed sig) + 32-bit + (signed sig)

@@ -223,7 +225,7 @@ sub 4096R/257B6FD52892CF7E 2010-07-14 Boot from USB key

Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml64_2018.12.iso of=/dev/USB_KEY + dd if=grml64_2020.06.iso of=/dev/USB_KEY

Troubleshooting