Skip to content

Instantly share code, notes, and snippets.

@klen
Created July 23, 2025 10:26
Show Gist options
  • Save klen/06d5e6049fcc53d8592469db62416440 to your computer and use it in GitHub Desktop.
Save klen/06d5e6049fcc53d8592469db62416440 to your computer and use it in GitHub Desktop.
Install SDWeek
#!/bin/bash
sudo steamos-readonly disable
rm -f SDWEAK.zip
wget https://github.com/Taskerer/SDWEAK/releases/latest/download/SDWEAK.zip
rm -rf SDWEAK
unzip SDWEAK.zip
cd SDWEAK
sudo --preserve-env=HOME ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment