You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sha256sum -c Solus-4.3-Budgie.iso.sha256sum | grep OK
41
+
sha256sum -c Solus-4.4-Budgie.iso.sha256sum | grep OK
42
42
```
43
43
44
44
---
@@ -113,7 +113,7 @@ If it is **not** in your Downloads folder, use `cd` to navigate to the correct d
113
113
This is where we overwrite the contents of your USB drive so please ensure you identified the correct drive in the `lsblk` stage above. Selecting the wrong drive here will lead to its contents being overwritten. An example command is below, however you may need to replace `sdb` with the drive we located above:
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.
@@ -149,7 +149,7 @@ Since OS X El Capitan (10.11), the easiest way to burn a DVD is:
149
149
150
150
1. Insert your DVD and open Finder.
151
151
2. Right click on the ISO image.
152
-
3. Click on “Burn Disk Image ‘Solus-4.3-Budgie.iso’ to Disc…”
152
+
3. Click on “Burn Disk Image ‘Solus-4.4-Budgie.iso’ to Disc…”
153
153
4. Then click “Burn”.
154
154
155
155

@@ -219,7 +219,7 @@ cd ~/Downloads
219
219
We will use the `dd` command to write the contents of the ISO to the thumb drive. Replace `IDENTIFIER` in the command below with your drive identifier. Note the extra `r` before the identifier (i.e `rdisk1`). This is for raw mode, which along with bs=1m, makes the transfer faster.
0 commit comments