Fix staging links

This commit is contained in:
crschnick 2023-09-13 06:36:02 +00:00
parent d629fdddc8
commit 72757331c5
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ Uninstall
#region Setup #region Setup
if ($UseStageDownloads) { if ($UseStageDownloads) {
$XPipeRepoUrl = "https://github.com/xpipe-io/xpipe_staging" $XPipeRepoUrl = "https://github.com/xpipe-io/xpipe-ptb"
} else { } else {
$XPipeRepoUrl = "https://github.com/xpipe-io/xpipe" $XPipeRepoUrl = "https://github.com/xpipe-io/xpipe"
} }

View file

@ -197,7 +197,7 @@ version=
while getopts 'sv:' OPTION; do while getopts 'sv:' OPTION; do
case "$OPTION" in case "$OPTION" in
s) s)
repo="https://github.com/xpipe-io/xpipe_staging" repo="https://github.com/xpipe-io/xpipe-ptb"
;; ;;
v) v)