Skip to content

Commit 23c45fc

Browse files
committed
xanmod.sh: fix path
Signed-off-by: Shengqi Chen <[email protected]>
1 parent c0dc0de commit 23c45fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xanmod.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
99
BASE_URL="${TUNASYNC_UPSTREAM_URL:-"https://deb.xanmod.org/"}"
1010
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
1111

12-
APT_PATH="${BASE_PATH}/apt"
12+
APT_PATH="${BASE_PATH}"
1313

1414
# =================== APT repos ===============================
1515
# see: https://deb.xanmod.org/dists/releases/InRelease

0 commit comments

Comments
 (0)