Update release in DD to 2017.04.17.0. Removed chrome-gnome-shell extension being explicitly listed since it is a rundep of the extensions.

This commit is contained in:
Joshua Strobl 2017-04-18 00:11:42 +03:00
parent 2a5f1e48f2
commit f45b6c30a0
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
2 changed files with 2 additions and 2 deletions

View File

@ -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.01.01.0.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb
sudo dd if=Solus-2017.04.17.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.

View File

@ -10,7 +10,7 @@ Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Be
Switch to TTY1 (Ctrl Alt F1) and login.
``` bash
sudo eopkg install gdm gnome-shell gnome-shell-extensions chrome-gnome-shell
sudo eopkg install gdm gnome-shell gnome-shell-extensions
```
You must also disable lightdm and enable gdm