summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-11 17:06:36 +0000
committerGitHub <noreply@github.com>2023-01-11 17:06:36 +0000
commit30c86a9688ccb47060ec8fec01e82db67db10f52 (patch)
tree7a27989a792c1393143c757a3f89c4af822fe877 /cli
parent811453aa72c9e5f38666911d511e6fbb07315db7 (diff)
downloaddecky-installer-30c86a9688ccb47060ec8fec01e82db67db10f52.tar.gz
decky-installer-30c86a9688ccb47060ec8fec01e82db67db10f52.zip
disable CEF debugging on uninstall
Diffstat (limited to 'cli')
-rw-r--r--cli/uninstall.sh3
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"