Created
July 23, 2025 10:26
-
-
Save klen/06d5e6049fcc53d8592469db62416440 to your computer and use it in GitHub Desktop.
Install SDWeek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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