diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-10-13 08:10:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 08:10:37 +0100 |
| commit | bb126d8297c442af2ce5dcdc32ee91d041f23e4a (patch) | |
| tree | 459efabd21ccfdddec426ae1266a9a0507ce1816 /cli/uninstall.sh | |
| parent | d9573dc26f9e2150e735d71d49a230b8aa97d474 (diff) | |
| download | decky-installer-bb126d8297c442af2ce5dcdc32ee91d041f23e4a.tar.gz decky-installer-bb126d8297c442af2ce5dcdc32ee91d041f23e4a.zip | |
add flatpak steam support
Diffstat (limited to 'cli/uninstall.sh')
| -rw-r--r-- | cli/uninstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/uninstall.sh b/cli/uninstall.sh index e2c7f15..25d1d58 100644 --- a/cli/uninstall.sh +++ b/cli/uninstall.sh @@ -20,3 +20,4 @@ sudo rm "${HOMEBREW_FOLDER}/services/PluginLoader" # disable CEF debugging sudo rm "${USER_DIR}/.steam/steam/.cef-enable-remote-debugging" +sudo rm "${USER_DIR}/.var/app/com.valvesoftware.Steam/data/Steam/.cef-enable-remote-debugging" 2> /dev/null |
