Skip to content

Commit 3d93b92

Browse files
committed
Update docs for new release
Signed-off-by: Evan Maddock <[email protected]>
1 parent 1e0b9fa commit 3d93b92

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/user/quick-start/installation/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ gpg --import solus-releng-pub.gpg
3333
Verify the signed checksum file:
3434

3535
```bash
36-
gpg --verify Solus-Budgie-Release-2024-10-14.iso.sha256sum.sign Solus-Budgie-Release-2024-10-14.iso.sha256sum
36+
gpg --verify Solus-Budgie-Release-2025-01-24.iso.sha256sum.sign Solus-Budgie-Release-2025-01-24.iso.sha256sum
3737
```
3838

3939
#### Verifying the ISO checksum
4040

4141
Check that the computed hash of the downloaded ISO file matches the hash supplied by Solus:
4242

4343
```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
4545
```
4646

4747
### Windows
@@ -57,8 +57,8 @@ Now you can run the same `gpg` commands from the the [_Verifyng the SHA256SUMS f
5757
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.
5858

5959
```powershell
60-
Get-FileHash C:\path\to\Solus-Budgie-Release-2024-10-14.iso
61-
cat C:\path\to\Solus-Budgie-Release-2024-10-14.iso.sha256sum
60+
Get-FileHash C:\path\to\Solus-Budgie-Release-2025-01-24.iso
61+
cat C:\path\to\Solus-Budgie-Release-2025-01-24.iso.sha256sum
6262
```
6363

6464
Alternatively, you can use a graphical program that can calculate SHA256 hashes like _Rufus_ or _7-Zip_.
@@ -167,7 +167,7 @@ This is where we overwrite the contents of your USB drive so please ensure you i
167167
:::
168168

169169
```bash
170-
sudo dd if=Solus-Budgie-Release-2024-10-14.iso of=/dev/sdb bs=4M status=progress oflag=sync && sudo eject /dev/sdb
170+
sudo dd if=Solus-Budgie-Release-2025-01-24.iso of=/dev/sdb bs=4M status=progress oflag=sync && sudo eject /dev/sdb
171171
```
172172

173173
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:
203203

204204
1. Insert your DVD and open Finder.
205205
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…”
207207
4. Then click “Burn”.
208208

209209
![macOS Burn DVD](mac-burn-dvd.jpg)
@@ -277,7 +277,7 @@ cd ~/Downloads
277277
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.
278278

279279
```bash
280-
sudo dd if=Solus-Budgie-Release-2024-10-14.iso of=/dev/rIDENTIFIER bs=1m
280+
sudo dd if=Solus-Budgie-Release-2025-01-24.iso of=/dev/rIDENTIFIER bs=1m
281281
```
282282

283283
Be patient! After a few minutes you’ll receive a message saying how much data was transferred. You can now safely eject the usb drive.

static/img/Budgie.jpg

80.3 KB
Loading

static/img/GNOME.jpg

386 KB
Loading

static/img/Plasma.jpg

-140 KB
Loading

static/img/XFCE.jpg

217 KB
Loading

0 commit comments

Comments
 (0)