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
Check that the computed hash of the downloaded ISO file matches the hash supplied by Solus:
42
42
43
43
```bash
44
-
sha256sum -c Solus-Budgie-Release-2024-10-14.iso.sha256sum | grep OK
44
+
sha256sum -c Solus-Budgie-Release-2025-01-24.iso.sha256sum | grep OK
45
45
```
46
46
47
47
### Windows
@@ -57,8 +57,8 @@ Now you can run the same `gpg` commands from the the [_Verifyng the SHA256SUMS f
57
57
Launch powershell and compute the hash of the ISO file you just downloaded. You will have to manually compare the result to the hash in the SHA256SUMS file.
This will write the contents of the ISO to the thumb drive so you can boot it and also make sure the data is synchronized so you can eject the USB safely.
@@ -203,7 +203,7 @@ Since OS X El Capitan (10.11), the easiest way to burn a DVD is:
203
203
204
204
1. Insert your DVD and open Finder.
205
205
2. Right click on the ISO image.
206
-
3. Click on “Burn Disk Image ‘Solus-Budgie-Release-2024-10-14.iso’ to Disc…”
206
+
3. Click on “Burn Disk Image ‘Solus-Budgie-Release-2025-01-24.iso’ to Disc…”
207
207
4. Then click “Burn”.
208
208
209
209

@@ -277,7 +277,7 @@ cd ~/Downloads
277
277
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