xanmod.sh: fix path
Some checks are pending
docker-images / multi (., tunasync-scripts) (push) Waiting to run
docker-images / multi (bandersnatch) (push) Waiting to run
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Waiting to run
docker-images / multi (ftpsync) (push) Waiting to run
docker-images / multi (nix-channels) (push) Waiting to run
docker-images / multi (pub-mirror) (push) Waiting to run
docker-images / multi (rustup-mirror) (push) Waiting to run
docker-images / multi (shadowmire) (push) Waiting to run
docker-images / multi (tsumugu) (push) Waiting to run

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-09-18 15:25:34 +08:00
parent c0dc0de23c
commit 23c45fc5da
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -9,7 +9,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
BASE_URL="${TUNASYNC_UPSTREAM_URL:-"https://deb.xanmod.org/"}" BASE_URL="${TUNASYNC_UPSTREAM_URL:-"https://deb.xanmod.org/"}"
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}"
# =================== APT repos =============================== # =================== APT repos ===============================
# see: https://deb.xanmod.org/dists/releases/InRelease # see: https://deb.xanmod.org/dists/releases/InRelease