diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 17:06:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 17:06:36 +0000 |
| commit | 30c86a9688ccb47060ec8fec01e82db67db10f52 (patch) | |
| tree | 7a27989a792c1393143c757a3f89c4af822fe877 /cli | |
| parent | 811453aa72c9e5f38666911d511e6fbb07315db7 (diff) | |
| download | decky-installer-30c86a9688ccb47060ec8fec01e82db67db10f52.tar.gz decky-installer-30c86a9688ccb47060ec8fec01e82db67db10f52.zip | |
disable CEF debugging on uninstall
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/uninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/uninstall.sh b/cli/uninstall.sh index 988cf63..e2c7f15 100644 --- a/cli/uninstall.sh +++ b/cli/uninstall.sh @@ -17,3 +17,6 @@ rm -rf "/tmp/plugin_loader" # Cleanup services folder sudo rm "${HOMEBREW_FOLDER}/services/PluginLoader" + +# disable CEF debugging +sudo rm "${USER_DIR}/.steam/steam/.cef-enable-remote-debugging" |
