HDRDeck icon indicating copy to clipboard operation
HDRDeck copied to clipboard

Fixing up random SteamDeck script UNTESTED, PLEASE TEST

Open malkir opened this issue 2 years ago • 0 comments

  • Remove all the >/dev/nulls that would also catch errors if something went wrong, replace with silent outputs and removal of verbosity
  • Use heredocs instead of line-by-line shell scripts
  • Clean up bash_profile modification
  • Syntax cleanup
  • Needless echos
  • Most importantly: simplify over complicated uninstall bit that tries to specifically track a bunch of files, but then just runs a "rm -r ./usr" rendering the whole thing useless

malkir avatar Feb 18 '23 21:02 malkir