Add Mwt's mirror to termux-change-repo
Hosted in New Jersey, USA.
This commit is contained in:
parent
ef0c00b9a1
commit
b69a4c61da
@ -56,6 +56,12 @@ select_repository() {
|
||||
ROOT="https://termux.librehat.com/apt/termux-root"
|
||||
X11="https://termux.librehat.com/apt/termux-x11"
|
||||
|
||||
elif [ "$1" == "Mirrors by Mwt" ]; then
|
||||
echo "[*] Mwt's (USA) mirrors selected"
|
||||
MAIN="https://mirror.mwt.me/termux/main"
|
||||
ROOT="https://mirror.mwt.me/termux/root"
|
||||
X11="https://mirror.mwt.me/termux/x11"
|
||||
|
||||
elif [ "$1" == "Mirrors by Sahilister" ]; then
|
||||
echo "[*] Sahilister's (DE) mirrors selected"
|
||||
MAIN="https://termux.sahilister.in/apt/termux-main"
|
||||
|
Loading…
Reference in New Issue
Block a user