From 72757331c58892e79565eb87a771b7db9cf1e1b0 Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 13 Sep 2023 06:36:02 +0000 Subject: [PATCH] Fix staging links --- get-xpipe.ps1 | 2 +- get-xpipe.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)