summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-10 17:46:53 +0000
committerGitHub <noreply@github.com>2023-01-10 17:46:53 +0000
commit6e8859f020f9493cf5bd57038aa4331839d4ce3c (patch)
tree45669c2a85fa82cb92587badbe64914bcfecf094
parentd3cc957d3b06becd88a1be6f455e0eefec36ea1f (diff)
downloaddecky-installer-6e8859f020f9493cf5bd57038aa4331839d4ce3c.tar.gz
decky-installer-6e8859f020f9493cf5bd57038aa4331839d4ce3c.zip
Make .cef-enable-remote-debugging file owned by user
-rw-r--r--user_install_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_install_script.sh b/user_install_script.sh
index 47460c8..ab9dfa0 100644
--- a/user_install_script.sh
+++ b/user_install_script.sh
@@ -89,7 +89,7 @@ echo "15" ; echo "# Creating file structure" ;
rm -rf "${HOMEBREW_FOLDER}/services"
sudo -u $SUDO_USER mkdir -p "${HOMEBREW_FOLDER}/services"
sudo -u $SUDO_USER mkdir -p "${HOMEBREW_FOLDER}/plugins"
-touch "${USER_DIR}/.steam/steam/.cef-enable-remote-debugging"
+sudo -u $SUDO_USER touch "${USER_DIR}/.steam/steam/.cef-enable-remote-debugging"
echo "30" ; echo "# Finding latest $BRANCH";
if [ $BRANCH = 'prerelease' ] ; then