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:
Henrik Grimler 2021-11-14 20:51:14 +01:00
parent 5a65f78f8f
commit 96dd5b5f96
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -37,7 +37,6 @@ termux_step_setup_variables() {
https://packages-cf.termux.org/apt/termux-games
https://packages-cf.termux.org/apt/termux-science
https://packages-cf.termux.org/apt/termux-root
https://packages-cf.termux.org/apt/termux-unstable
https://packages-cf.termux.org/apt/termux-x11
)
@ -46,7 +45,6 @@ termux_step_setup_variables() {
games
science
root
unstable
x11
)
@ -56,7 +54,6 @@ termux_step_setup_variables() {
stable
stable
main
main
)
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then