From 979a632f16fa7848acbc64b12c672955b1a9e0c9 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Tue, 18 Jul 2023 14:57:00 +0800 Subject: [PATCH] pypi: fix 404 not found --- pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi.sh b/pypi.sh index 135077c..a9ffd60 100755 --- a/pypi.sh +++ b/pypi.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e BANDERSNATCH=${BANDERSNATCH:-"/usr/local/bin/bandersnatch"} -PYPI_MASTER="https://pypi.org/" +PYPI_MASTER="https://pypi.org" TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-$PYPI_MASTER} CONF="/tmp/bandersnatch.conf" INIT=${INIT:-"0"}