termux-tools: remove game-repo from termux-change-repo
The repository has been merged with termux-packages, and the repo is being removed, so no need for users to change its url.
This commit is contained in:
parent
b94cb24520
commit
c01d2e1d4f
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
|
|||||||
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
||||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_VERSION=0.150
|
TERMUX_PKG_VERSION=0.151
|
||||||
TERMUX_PKG_SKIP_SRC_EXTRACT=true
|
TERMUX_PKG_SKIP_SRC_EXTRACT=true
|
||||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||||
TERMUX_PKG_ESSENTIAL=true
|
TERMUX_PKG_ESSENTIAL=true
|
||||||
|
@ -11,7 +11,6 @@ select_repository() {
|
|||||||
if [ "$1" == "Default repositories" ]; then
|
if [ "$1" == "Default repositories" ]; then
|
||||||
echo "[*] Termux primary host (USA) selected"
|
echo "[*] Termux primary host (USA) selected"
|
||||||
MAIN="https://packages.termux.org/apt/termux-main"
|
MAIN="https://packages.termux.org/apt/termux-main"
|
||||||
GAME="https://packages.termux.org/apt/termux-games"
|
|
||||||
ROOT="https://packages.termux.org/apt/termux-root"
|
ROOT="https://packages.termux.org/apt/termux-root"
|
||||||
SCIENCE="https://packages.termux.org/apt/termux-science"
|
SCIENCE="https://packages.termux.org/apt/termux-science"
|
||||||
X11="https://packages.termux.org/apt/termux-x11"
|
X11="https://packages.termux.org/apt/termux-x11"
|
||||||
@ -19,7 +18,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Default repositories (CF)" ]; then
|
elif [ "$1" == "Default repositories (CF)" ]; then
|
||||||
echo "[*] Termux primary host (worldwide) selected"
|
echo "[*] Termux primary host (worldwide) selected"
|
||||||
MAIN="https://packages-cf.termux.org/apt/termux-main"
|
MAIN="https://packages-cf.termux.org/apt/termux-main"
|
||||||
GAME="https://packages-cf.termux.org/apt/termux-games"
|
|
||||||
ROOT="https://packages-cf.termux.org/apt/termux-root"
|
ROOT="https://packages-cf.termux.org/apt/termux-root"
|
||||||
SCIENCE="https://packages-cf.termux.org/apt/termux-science"
|
SCIENCE="https://packages-cf.termux.org/apt/termux-science"
|
||||||
X11="https://packages-cf.termux.org/apt/termux-x11"
|
X11="https://packages-cf.termux.org/apt/termux-x11"
|
||||||
@ -27,7 +25,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "GH Mirrors by Kcubeterm" ]; then
|
elif [ "$1" == "GH Mirrors by Kcubeterm" ]; then
|
||||||
echo "[*] GH mirrors selected"
|
echo "[*] GH mirrors selected"
|
||||||
MAIN="https://deb.kcubeterm.me/termux-main"
|
MAIN="https://deb.kcubeterm.me/termux-main"
|
||||||
GAME="https://deb.kcubeterm.me/termux-games"
|
|
||||||
ROOT="https://deb.kcubeterm.me/termux-root"
|
ROOT="https://deb.kcubeterm.me/termux-root"
|
||||||
SCIENCE="https://deb.kcubeterm.me/termux-science"
|
SCIENCE="https://deb.kcubeterm.me/termux-science"
|
||||||
X11="https://deb.kcubeterm.me/termux-x11"
|
X11="https://deb.kcubeterm.me/termux-x11"
|
||||||
@ -35,7 +32,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by A1batross" ]; then
|
elif [ "$1" == "Mirrors by A1batross" ]; then
|
||||||
echo "[*] A1batross mirrors selected"
|
echo "[*] A1batross mirrors selected"
|
||||||
MAIN="https://termux.mentality.rip/termux-main"
|
MAIN="https://termux.mentality.rip/termux-main"
|
||||||
GAME="https://termux.mentality.rip/termux-games"
|
|
||||||
ROOT="https://termux.mentality.rip/termux-root"
|
ROOT="https://termux.mentality.rip/termux-root"
|
||||||
SCIENCE="https://termux.mentality.rip/termux-science"
|
SCIENCE="https://termux.mentality.rip/termux-science"
|
||||||
X11="https://termux.mentality.rip/termux-x11"
|
X11="https://termux.mentality.rip/termux-x11"
|
||||||
@ -43,7 +39,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by Astra ISP" ]; then
|
elif [ "$1" == "Mirrors by Astra ISP" ]; then
|
||||||
echo "[*] Astra ISP (UA) mirrors selected"
|
echo "[*] Astra ISP (UA) mirrors selected"
|
||||||
MAIN="https://termux.astra.in.ua/apt/termux-main"
|
MAIN="https://termux.astra.in.ua/apt/termux-main"
|
||||||
GAME="https://termux.astra.in.ua/apt/termux-games"
|
|
||||||
ROOT="https://termux.astra.in.ua/apt/termux-root"
|
ROOT="https://termux.astra.in.ua/apt/termux-root"
|
||||||
SCIENCE="https://termux.astra.in.ua/apt/termux-science"
|
SCIENCE="https://termux.astra.in.ua/apt/termux-science"
|
||||||
X11="https://termux.astra.in.ua/apt/termux-x11"
|
X11="https://termux.astra.in.ua/apt/termux-x11"
|
||||||
@ -51,7 +46,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by Bardia Moshiri" ]; then
|
elif [ "$1" == "Mirrors by Bardia Moshiri" ]; then
|
||||||
echo "[*] Bardia Moshiri (Iran) mirrors selected"
|
echo "[*] Bardia Moshiri (Iran) mirrors selected"
|
||||||
MAIN="https://mirror.bardia.tech/termux/termux-packages-24/"
|
MAIN="https://mirror.bardia.tech/termux/termux-packages-24/"
|
||||||
GAME="https://mirror.bardia.tech/termux/game-packages-24/"
|
|
||||||
ROOT="https://mirror.bardia.tech/termux/termux-root-packages-24/"
|
ROOT="https://mirror.bardia.tech/termux/termux-root-packages-24/"
|
||||||
SCIENCE="https://mirror.bardia.tech/termux/science-packages-24/"
|
SCIENCE="https://mirror.bardia.tech/termux/science-packages-24/"
|
||||||
X11="https://mirror.bardia.tech/termux/x11-packages/"
|
X11="https://mirror.bardia.tech/termux/x11-packages/"
|
||||||
@ -59,7 +53,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by Grimler" ]; then
|
elif [ "$1" == "Mirrors by Grimler" ]; then
|
||||||
echo "[*] Grimler's mirrors selected"
|
echo "[*] Grimler's mirrors selected"
|
||||||
MAIN="https://grimler.se/termux-packages-24"
|
MAIN="https://grimler.se/termux-packages-24"
|
||||||
GAME="https://grimler.se/game-packages-24"
|
|
||||||
ROOT="https://grimler.se/termux-root-packages-24"
|
ROOT="https://grimler.se/termux-root-packages-24"
|
||||||
SCIENCE="https://grimler.se/science-packages-24"
|
SCIENCE="https://grimler.se/science-packages-24"
|
||||||
X11="https://grimler.se/x11-packages"
|
X11="https://grimler.se/x11-packages"
|
||||||
@ -67,7 +60,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by Librehat" ]; then
|
elif [ "$1" == "Mirrors by Librehat" ]; then
|
||||||
echo "[*] Librehat's mirrors selected"
|
echo "[*] Librehat's mirrors selected"
|
||||||
MAIN="https://termux.librehat.com/apt/termux-main"
|
MAIN="https://termux.librehat.com/apt/termux-main"
|
||||||
GAME="https://termux.librehat.com/apt/termux-games"
|
|
||||||
ROOT="https://termux.librehat.com/apt/termux-root"
|
ROOT="https://termux.librehat.com/apt/termux-root"
|
||||||
SCIENCE="https://termux.librehat.com/apt/termux-science"
|
SCIENCE="https://termux.librehat.com/apt/termux-science"
|
||||||
X11="https://termux.librehat.com/apt/termux-x11"
|
X11="https://termux.librehat.com/apt/termux-x11"
|
||||||
@ -75,7 +67,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by Tsinghua University" ]; then
|
elif [ "$1" == "Mirrors by Tsinghua University" ]; then
|
||||||
echo "[*] Tsinghua's (CN) mirrors selected"
|
echo "[*] Tsinghua's (CN) mirrors selected"
|
||||||
MAIN="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main"
|
MAIN="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main"
|
||||||
GAME="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-games"
|
|
||||||
ROOT="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-root"
|
ROOT="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-root"
|
||||||
SCIENCE="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-science"
|
SCIENCE="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-science"
|
||||||
X11="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-x11"
|
X11="https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-x11"
|
||||||
@ -83,7 +74,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by BFSU" ]; then
|
elif [ "$1" == "Mirrors by BFSU" ]; then
|
||||||
echo "[*] BFSU (CN) mirrors selected"
|
echo "[*] BFSU (CN) mirrors selected"
|
||||||
MAIN="https://mirrors.bfsu.edu.cn/termux/apt/termux-main"
|
MAIN="https://mirrors.bfsu.edu.cn/termux/apt/termux-main"
|
||||||
GAME="https://mirrors.bfsu.edu.cn/termux/apt/termux-games"
|
|
||||||
ROOT="https://mirrors.bfsu.edu.cn/termux/apt/termux-root"
|
ROOT="https://mirrors.bfsu.edu.cn/termux/apt/termux-root"
|
||||||
SCIENCE="https://mirrors.bfsu.edu.cn/termux/apt/termux-science"
|
SCIENCE="https://mirrors.bfsu.edu.cn/termux/apt/termux-science"
|
||||||
X11="https://mirrors.bfsu.edu.cn/termux/apt/termux-x11"
|
X11="https://mirrors.bfsu.edu.cn/termux/apt/termux-x11"
|
||||||
@ -91,7 +81,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by NJU" ]; then
|
elif [ "$1" == "Mirrors by NJU" ]; then
|
||||||
echo "[*] NJU (CN) mirrors selected"
|
echo "[*] NJU (CN) mirrors selected"
|
||||||
MAIN="https://mirror.nju.edu.cn/termux/apt/termux-main"
|
MAIN="https://mirror.nju.edu.cn/termux/apt/termux-main"
|
||||||
GAME="https://mirror.nju.edu.cn/termux/apt/termux-games"
|
|
||||||
ROOT="https://mirror.nju.edu.cn/termux/apt/termux-root"
|
ROOT="https://mirror.nju.edu.cn/termux/apt/termux-root"
|
||||||
SCIENCE="https://mirror.nju.edu.cn/termux/apt/termux-science"
|
SCIENCE="https://mirror.nju.edu.cn/termux/apt/termux-science"
|
||||||
X11="https://mirror.nju.edu.cn/termux/apt/termux-x11"
|
X11="https://mirror.nju.edu.cn/termux/apt/termux-x11"
|
||||||
@ -99,7 +88,6 @@ select_repository() {
|
|||||||
elif [ "$1" == "Mirrors by USTC" ]; then
|
elif [ "$1" == "Mirrors by USTC" ]; then
|
||||||
echo "[*] USTC (CN) mirrors selected"
|
echo "[*] USTC (CN) mirrors selected"
|
||||||
MAIN="https://mirrors.ustc.edu.cn/termux/apt/termux-main"
|
MAIN="https://mirrors.ustc.edu.cn/termux/apt/termux-main"
|
||||||
GAME="https://mirrors.ustc.edu.cn/termux/apt/termux-games"
|
|
||||||
ROOT="https://mirrors.ustc.edu.cn/termux/apt/termux-root"
|
ROOT="https://mirrors.ustc.edu.cn/termux/apt/termux-root"
|
||||||
SCIENCE="https://mirrors.ustc.edu.cn/termux/apt/termux-science"
|
SCIENCE="https://mirrors.ustc.edu.cn/termux/apt/termux-science"
|
||||||
X11="https://mirrors.ustc.edu.cn/termux/apt/termux-x11"
|
X11="https://mirrors.ustc.edu.cn/termux/apt/termux-x11"
|
||||||
@ -110,7 +98,6 @@ select_repository() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
replace_repository sources.list $MAIN "stable main" "$2" "Main repository"
|
replace_repository sources.list $MAIN "stable main" "$2" "Main repository"
|
||||||
replace_repository sources.list.d/game.list $GAME "games stable" "$2" "Game repository"
|
|
||||||
replace_repository sources.list.d/root.list $ROOT "root stable" "$2" "Root repository"
|
replace_repository sources.list.d/root.list $ROOT "root stable" "$2" "Root repository"
|
||||||
replace_repository sources.list.d/science.list $SCIENCE "science stable" "$2" "Science repository"
|
replace_repository sources.list.d/science.list $SCIENCE "science stable" "$2" "Science repository"
|
||||||
replace_repository sources.list.d/x11.list $X11 "x11 main" "$2" "X11 repository"
|
replace_repository sources.list.d/x11.list $X11 "x11 main" "$2" "X11 repository"
|
||||||
@ -136,9 +123,6 @@ TEMPFILE="$(mktemp @TERMUX_PREFIX@/tmp/mirror.XXXXXX)"
|
|||||||
|
|
||||||
REPOSITORIES=()
|
REPOSITORIES=()
|
||||||
REPOSITORIES+=("Main repository" "termux-packages" "on")
|
REPOSITORIES+=("Main repository" "termux-packages" "on")
|
||||||
if [ -f "@TERMUX_PREFIX@/etc/apt/sources.list.d/game.list" ]; then
|
|
||||||
REPOSITORIES+=("Game repository" "game-packages" "off")
|
|
||||||
fi
|
|
||||||
if [ -f "@TERMUX_PREFIX@/etc/apt/sources.list.d/root.list" ]; then
|
if [ -f "@TERMUX_PREFIX@/etc/apt/sources.list.d/root.list" ]; then
|
||||||
REPOSITORIES+=("Root repository" "termux-root-packages" "off")
|
REPOSITORIES+=("Root repository" "termux-root-packages" "off")
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user