command-not-found: Update package list
This commit is contained in:
parent
15130ff36d
commit
a71776bcb6
@ -1,6 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://termux.com
|
||||
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
||||
TERMUX_PKG_VERSION=0.9
|
||||
TERMUX_PKG_VERSION=1.0
|
||||
|
||||
termux_step_make_install () {
|
||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||
|
@ -252,6 +252,10 @@ char const* const commands[] = {
|
||||
"dirmngr",
|
||||
" dirmngr",
|
||||
" dirmngr-client",
|
||||
"dnsutils",
|
||||
" dig",
|
||||
" host",
|
||||
" nslookup",
|
||||
"dpkg",
|
||||
" dpkg",
|
||||
" dpkg-deb",
|
||||
@ -292,7 +296,6 @@ char const* const commands[] = {
|
||||
"fish",
|
||||
" fish",
|
||||
" fish_indent",
|
||||
" mimedb",
|
||||
"flex",
|
||||
" flex",
|
||||
" flex++",
|
||||
@ -586,9 +589,13 @@ char const* const commands[] = {
|
||||
"libtool",
|
||||
" libtool",
|
||||
" libtoolize",
|
||||
"libxslt",
|
||||
"libxml2-dev",
|
||||
" xml2-config",
|
||||
"libxml2-utils",
|
||||
" xmlcatalog",
|
||||
" xmllint",
|
||||
"libxslt-dev",
|
||||
" xslt-config",
|
||||
" xsltproc",
|
||||
"lighttpd",
|
||||
" lighttpd",
|
||||
"littlecms-utils",
|
||||
@ -770,6 +777,7 @@ char const* const commands[] = {
|
||||
" pamtowinicon",
|
||||
" pamtoxvmini",
|
||||
" pamundice",
|
||||
" pamunlookup",
|
||||
" pamvalidate",
|
||||
" pamwipeout",
|
||||
" pbmclean",
|
||||
@ -1039,6 +1047,7 @@ char const* const commands[] = {
|
||||
" ssh",
|
||||
" ssh-add",
|
||||
" ssh-agent",
|
||||
" ssh-copy-id",
|
||||
" ssh-keygen",
|
||||
" ssh-keyscan",
|
||||
" ssha",
|
||||
@ -1091,8 +1100,16 @@ char const* const commands[] = {
|
||||
" splain",
|
||||
" xsubpp",
|
||||
" zipdetails",
|
||||
"php",
|
||||
" php",
|
||||
" php-cgi",
|
||||
" php-config",
|
||||
" phpize",
|
||||
"pick",
|
||||
" pick",
|
||||
"picolisp",
|
||||
" picolisp",
|
||||
" pil",
|
||||
"pkg-config",
|
||||
" pkg-config",
|
||||
"play-audio",
|
||||
@ -1150,6 +1167,8 @@ char const* const commands[] = {
|
||||
" python2.7",
|
||||
" python2.7-config",
|
||||
" smtpd.py",
|
||||
"ragel",
|
||||
" ragel",
|
||||
"rlwrap",
|
||||
" rlwrap",
|
||||
"rsync",
|
||||
@ -1184,11 +1203,10 @@ char const* const commands[] = {
|
||||
"sox",
|
||||
" sox",
|
||||
" soxi",
|
||||
"speex",
|
||||
" speexdec",
|
||||
" speexenc",
|
||||
"sqlite",
|
||||
" sqlite3",
|
||||
"sshpass",
|
||||
" sshpass",
|
||||
"strace",
|
||||
" strace",
|
||||
" strace-log-merge",
|
||||
@ -1210,6 +1228,8 @@ char const* const commands[] = {
|
||||
" tack",
|
||||
"tar",
|
||||
" tar",
|
||||
"taskwarrior",
|
||||
" task",
|
||||
"tcl",
|
||||
" tclsh",
|
||||
" tclsh8.6",
|
||||
@ -1303,10 +1323,10 @@ char const* const commands[] = {
|
||||
" wget",
|
||||
"x264",
|
||||
" x264",
|
||||
"xmllint",
|
||||
" xmllint",
|
||||
"xmlstarlet",
|
||||
" xml",
|
||||
"xsltproc",
|
||||
" xsltproc",
|
||||
"xz-utils",
|
||||
" lzcat",
|
||||
" lzcmp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user