···5566Sticking on the Stable update channel is HIGHLY recommended. Both to minimize the number of updates and because Beta and Preview are often subtly broken. Not even Stable is immune though, so do all of this at your own risk.
7788-## desktopgnome.sh
88+## gardengnome.sh
991010-`desktopgnome.sh` installs GNOME and makes it the default Desktop Mode.
1010+`gardengnome.sh` installs GNOME and makes it the default Desktop Mode.
11111212### Install GNOME
13131414To install GNOME with this script, easiest way is to switch to Desktop Mode, open Konsole, and paste this in:
15151616```
1717-curl https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh | fish
1717+wget https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh; chmod +x gardengnome.sh; fish gardengnome.sh
1818```
19192020But keep in mind that this literally just downloads whatever I have here on GitHub and runs it, which is decidedly insecure. I invite you to read the script before running it.
···35353636### SteamOS Updates
37373838-Currently, `desktopgnome.sh` needs to be manually run every OS update. It's possible to set up a systemd unit to automatically run it on boot, but that work hasn't been done yet. Pull requests are welcomed with open arms!
3838+Currently, `gardengnome.sh` needs to be manually run every OS update. It's possible to set up a systemd unit to automatically run it on boot, but that work hasn't been done yet. Pull requests are welcomed with open arms!
39394040Steam client updates are no problem, though. If an update says "Applying", you'll need to re-run the script. If it just immediately restarts, you're good.
4141