diff --git a/website/EN/install_desktop.html b/website/EN/install_desktop.html
index 2a3b16f980b979f3ab537b3a83792c787e620c20..cb4c89e70d0a43f2ee6801abcd238479f3c12b83 100644
--- a/website/EN/install_desktop.html
+++ b/website/EN/install_desktop.html
@@ -114,9 +114,9 @@
 
       <p class="subheadertext">Do this on a separate machine, not the laptop which will become your Freedombone server</p>
 
-      <p class="doctext"><b>1.</b> Download <a href="downloads/freedombone-main-amd64.img.xz">freedombone-main-amd64.img.xz</a> and extract it. You can use the <b>unxz</b> command to</p> do that.</p>
+      <p class="doctext"><b>1.</b> Download <a href="downloads/freedombone-main-all-amd64.img.xz">freedombone-main-all-amd64.img.xz</a> and extract it. You can use the <b>unxz</b> command to</p> do that.</p>
 
-      <p class="doctext">Or there is a <a href="downloads/freedombone-onion-amd64.img.xz">version which only uses onion addresses</a>, which means that you don't need to buy a domain name or set up dynamic DNS.</p>
+      <p class="doctext">Or there is a <a href="downloads/freedombone-onion-all-amd64.img.xz">version which only uses onion addresses</a>, which means that you don't need to buy a domain name or set up dynamic DNS.</p>
 
       <p class="doctext"><b>2.</b> Plug in a USB drive or connect an SSD which you'll use in the server, then find its device name, which usually begins with <b>/dev/sd</b>. One way of doing this is with the command</p>
 
@@ -129,7 +129,7 @@
       <p class="doctext"><b>3.</b> Now copy the extracted image to the USB drive or SSD. This may take quite a while</p>
 
       <p class="clitext">
-        sudo dd bs=1M if=freedombone-main-amd64.img of=/dev/sdX conv=fdatasync,sync,noerror
+        sudo dd bs=1M if=freedombone-main-all-amd64.img of=/dev/sdX conv=fdatasync,sync,noerror
       </p>
 
       <p class="doctext"><b>4.</b> You may want to make sure that you use the whole of the available disk space on the USB drive or SSD, using a tool such as <b>gparted</b> to resize the partition</p>