mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
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
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:
parent
c0dc0de23c
commit
23c45fc5da
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue