termux-info: add subscribed repositories to printed info
This commit is contained in:
parent
60239bc792
commit
b3cdbc0402
@ -1,7 +1,7 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
||||
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_VERSION=0.60
|
||||
TERMUX_PKG_VERSION=0.61
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||
TERMUX_PKG_ESSENTIAL=yes
|
||||
TERMUX_PKG_DEPENDS="termux-am"
|
||||
|
@ -19,6 +19,8 @@ updates() {
|
||||
|
||||
output="Updatable packages:
|
||||
$(updates)
|
||||
Subscribed repositories:
|
||||
$(apt-cache policy | grep http | awk '{print $2 " " $3}')
|
||||
System information:
|
||||
$(uname -a)
|
||||
Termux-packages arch:
|
||||
|
Loading…
Reference in New Issue
Block a user