Skip to content

Commit 9037ee7

Browse files
committed
docs: 4.3 -> 4.4
1 parent 4826f77 commit 9037ee7

File tree

1 file changed

+4
-4
lines changed
  • docs/user/quick-start/installation

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gpg --verify <Signed File>.sign <File>.sha256sum
3838
### Verify ISO
3939

4040
```bash
41-
sha256sum -c Solus-4.3-Budgie.iso.sha256sum | grep OK
41+
sha256sum -c Solus-4.4-Budgie.iso.sha256sum | grep OK
4242
```
4343

4444
---
@@ -113,7 +113,7 @@ If it is **not** in your Downloads folder, use `cd` to navigate to the correct d
113113
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:
114114
:::
115115
```bash
116-
sudo dd if=Solus-4.3-Budgie.iso of=/dev/sdb bs=4M status=progress oflag=sync && sudo eject /dev/sdb
116+
sudo dd if=Solus-4.4-Budgie.iso of=/dev/sdb bs=4M status=progress oflag=sync && sudo eject /dev/sdb
117117
```
118118

119119
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:
149149

150150
1. Insert your DVD and open Finder.
151151
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…”
153153
4. Then click “Burn”.
154154

155155
![macOS Burn DVD](mac-burn-dvd.jpg)
@@ -219,7 +219,7 @@ cd ~/Downloads
219219
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.
220220

221221
```bash
222-
sudo dd if=Solus-4.3-Budgie.iso of=/dev/rIDENTIFIER bs=1m
222+
sudo dd if=Solus-4.4-Budgie.iso of=/dev/rIDENTIFIER bs=1m
223223
```
224224

225225
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.

0 commit comments

Comments
 (0)