diff --git a/scripts/generate-bootstraps.sh b/scripts/generate-bootstraps.sh index 7c0d3bad1d..1043d3de64 100755 --- a/scripts/generate-bootstraps.sh +++ b/scripts/generate-bootstraps.sh @@ -19,7 +19,7 @@ BOOTSTRAP_ANDROID10_COMPATIBLE=false TERMUX_ARCHITECTURES=("aarch64" "arm" "i686" "x86_64") # Can be changed by using '--repository' option. -REPO_BASE_URL="https://termux.org/packages" +REPO_BASE_URL="https://packages.termux.org/apt/termux-main" # A list of non-essential packages. By default it is empty, but can # be filled with option '--add'.