diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-10 17:46:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 17:46:53 +0000 |
| commit | 6e8859f020f9493cf5bd57038aa4331839d4ce3c (patch) | |
| tree | 45669c2a85fa82cb92587badbe64914bcfecf094 | |
| parent | d3cc957d3b06becd88a1be6f455e0eefec36ea1f (diff) | |
| download | decky-installer-6e8859f020f9493cf5bd57038aa4331839d4ce3c.tar.gz decky-installer-6e8859f020f9493cf5bd57038aa4331839d4ce3c.zip | |
Make .cef-enable-remote-debugging file owned by user
| -rw-r--r-- | user_install_script.sh | 2 |
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 |
