diff options
Diffstat (limited to 'dist/install_release.sh')
| -rw-r--r-- | dist/install_release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/install_release.sh b/dist/install_release.sh index f27aaf2c..8d52728e 100644 --- a/dist/install_release.sh +++ b/dist/install_release.sh @@ -27,7 +27,7 @@ systemctl --user disable plugin_loader 2> /dev/null systemctl stop plugin_loader 2> /dev/null systemctl disable plugin_loader 2> /dev/null -curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-release.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-release.service +curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-release.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-release.service cat > "${HOMEBREW_FOLDER}/services/plugin_loader-backup.service" <<- EOM [Unit] |
