diff --git a/get-xpipe.ps1 b/get-xpipe.ps1 index cc7d5cd9..e66d3aa7 100644 --- a/get-xpipe.ps1 +++ b/get-xpipe.ps1 @@ -127,7 +127,7 @@ Uninstall #region Setup if ($UseStageDownloads) { - $XPipeRepoUrl = "https://github.com/xpipe-io/xpipe_staging" + $XPipeRepoUrl = "https://github.com/xpipe-io/xpipe-ptb" } else { $XPipeRepoUrl = "https://github.com/xpipe-io/xpipe" } diff --git a/get-xpipe.sh b/get-xpipe.sh index 89b4db55..6833e5a3 100755 --- a/get-xpipe.sh +++ b/get-xpipe.sh @@ -197,7 +197,7 @@ version= while getopts 'sv:' OPTION; do case "$OPTION" in s) - repo="https://github.com/xpipe-io/xpipe_staging" + repo="https://github.com/xpipe-io/xpipe-ptb" ;; v)