mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
Fix staging links
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user