How to uninstall this command ? ```
curl -L https://raw.githubusercontent.com/denis-g/steam-deck-optimization-guide/master/scripts/steamos_optimization.sh | sh.
Because I need to uninstall it on my Steam Deck because there is better than this command of A.B.T
I think you may be misunderstanding what the command did. This command basically downloaded a shell script with
curl
, then ran it withsh
. If you’re familiar with Windows this is equivalent to downloading and running a Batch or PowerShell script.EDIT: someone else has posted the shell script you ran. You essentially need to manually undo whatever is in the script in the terminal.