Merge pull request #3602 from Grimler91/termux-info
termux-info: add subscribed repositories to printed info
This commit is contained in:
commit
e7a518704b
@ -1,7 +1,7 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
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_VERSION=0.60
|
TERMUX_PKG_VERSION=0.61
|
||||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||||
TERMUX_PKG_ESSENTIAL=yes
|
TERMUX_PKG_ESSENTIAL=yes
|
||||||
TERMUX_PKG_DEPENDS="termux-am"
|
TERMUX_PKG_DEPENDS="termux-am"
|
||||||
|
@ -19,6 +19,8 @@ updates() {
|
|||||||
|
|
||||||
output="Updatable packages:
|
output="Updatable packages:
|
||||||
$(updates)
|
$(updates)
|
||||||
|
Subscribed repositories:
|
||||||
|
$(apt-cache policy | grep http | awk '{print $2 " " $3}')
|
||||||
System information:
|
System information:
|
||||||
$(uname -a)
|
$(uname -a)
|
||||||
Termux-packages arch:
|
Termux-packages arch:
|
||||||
|
Loading…
Reference in New Issue
Block a user