mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +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
|
#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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue