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'