I had an error when I ran the script on the Steam Deck and noticed that the line breaks are in Windows format. Had to <code>sed -i 's/\r$//'</code> it to make it work. Thanks for this useful mod!
I had an error when I ran the script on the Steam Deck and noticed that the line breaks are in Windows format.
Had to
sed -i 's/\r$//'it to make it work.Thanks for this useful mod!