From 962f1f1b026395a724480e4f3355eab7bf0f6b81 Mon Sep 17 00:00:00 2001 From: stonifam Date: Tue, 15 Sep 2026 20:18:59 +0400 Subject: [PATCH] migrate --- install.sh | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a36c5e9..04a93f3 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}" +BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}" if [ -n "${LINUSWARE_DIR-}" ]; then INSTALL_DIR="$LINUSWARE_DIR" diff --git a/update.sh b/update.sh index 2ecf391..91aac76 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}" +BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}" INSTALL_DIR="${LINUSWARE_DIR:-${HOME}/linusware}" RED='\033[0;31m'