Add cef debugging to the installer scripts (#310)

* Update install_prerelease.sh

* Update install_release.sh
This commit is contained in:
Party Wumpus
2023-01-02 16:46:46 +00:00
committed by GitHub
parent 0ffef6e4bf
commit 3bed83697e
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ HOMEBREW_FOLDER="${USER_DIR}/homebrew"
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"
# Download latest release and install it
RELEASE=$(curl -s 'https://api.github.com/repos/SteamDeckHomebrew/decky-loader/releases' | jq -r "first(.[] | select(.prerelease == "false"))")