From 18f6b3f25756e32062d2c87585cdca30cf787265 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 18 Apr 2017 01:45:04 +0300 Subject: [PATCH] Change to 2017.04.18.0 --- installation/preparing-to-install/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/preparing-to-install/en.md b/installation/preparing-to-install/en.md index b6d3e62..85f8dcb 100755 --- a/installation/preparing-to-install/en.md +++ b/installation/preparing-to-install/en.md @@ -109,7 +109,7 @@ If it is **not** in your Downloads folder, use `cd` to navigate to the correct s This is where we overwrite the contents of your USB drive so please ensure you identified the current drive in lsblk stage above. My command is below, however you may need to replace sdb with the drive we located above: ``` bash -sudo dd if=Solus-2017.04.17.0.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb +sudo dd if=Solus-2017.04.18.0.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb ``` This will write the contents of the ISO to the thumb drive so you can boot it and also make sure the data is synchronised so you can eject the USB safely.