mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix staging links
This commit is contained in:
parent
d629fdddc8
commit
72757331c5
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue