Scripts to install the GNOME Desktop on Steam Deck.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak install instructions to use curl again.

wget is not to be trusted, it'll try saving it to a different file if it already exists.

authored by

Different55 and committed by
GitHub
e98591e2 c47525c1

+1 -1
+1 -1
README.md
··· 14 14 To install GNOME with this script, easiest way is to switch to Desktop Mode, open Konsole, and paste this in: 15 15 16 16 ``` 17 - wget https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh; chmod +x gardengnome.sh; fish gardengnome.sh 17 + curl -o gardengnome.sh https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh; chmod +x gardengnome.sh; fish gardengnome.sh 18 18 ``` 19 19 20 20 But 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.