xanmod.sh: fix path

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