Remove unstable-repo from list of repos
It has been merged with main repo so no need to look for package dependencies in it.
This commit is contained in:
parent
5a65f78f8f
commit
96dd5b5f96
@ -37,7 +37,6 @@ termux_step_setup_variables() {
|
|||||||
https://packages-cf.termux.org/apt/termux-games
|
https://packages-cf.termux.org/apt/termux-games
|
||||||
https://packages-cf.termux.org/apt/termux-science
|
https://packages-cf.termux.org/apt/termux-science
|
||||||
https://packages-cf.termux.org/apt/termux-root
|
https://packages-cf.termux.org/apt/termux-root
|
||||||
https://packages-cf.termux.org/apt/termux-unstable
|
|
||||||
https://packages-cf.termux.org/apt/termux-x11
|
https://packages-cf.termux.org/apt/termux-x11
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -46,7 +45,6 @@ termux_step_setup_variables() {
|
|||||||
games
|
games
|
||||||
science
|
science
|
||||||
root
|
root
|
||||||
unstable
|
|
||||||
x11
|
x11
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -56,7 +54,6 @@ termux_step_setup_variables() {
|
|||||||
stable
|
stable
|
||||||
stable
|
stable
|
||||||
main
|
main
|
||||||
main
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then
|
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user