termux-tools: termux-change-repo: update list of default repository urls

This commit is contained in:
Leonid Pliushch 2021-06-03 01:48:51 +03:00
parent a34fe61158
commit f2697d41c7
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ fi
select_repository() {
if [ "$1" == "Default repositories" ]; then
echo "[*] Default repositories selected"
MAIN="https://termux.org/packages/"
GAME="https://grimler.se/game-packages-24"
ROOT="https://grimler.se/termux-root-packages-24"
SCIENCE="https://grimler.se/science-packages-24"
UNSTABLE="https://termux.com/unstable-packages-bin"
X11="https://termux.com/x11-packages-bin"
MAIN="https://packages.termux.org/apt/termux-main"
GAME="https://packages.termux.org/apt/termux-games"
ROOT="https://packages.termux.org/apt/termux-root"
SCIENCE="https://packages.termux.org/apt/termux-science"
UNSTABLE="https://packages.termux.org/apt/termux-unstable"
X11="https://packages.termux.org/apt/termux-x11"
elif [ "$1" == "Mirrors by A1batross" ]; then
echo "[*] A1batross's mirrors selected"