From 30c86a9688ccb47060ec8fec01e82db67db10f52 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:06:36 +0000 Subject: disable CEF debugging on uninstall --- cli/uninstall.sh | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3