command-not-found: Regenerate command list
This commit is contained in:
parent
03c6f73035
commit
f55d3fa455
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://termux.com
|
TERMUX_PKG_HOMEPAGE=https://termux.com
|
||||||
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
||||||
TERMUX_PKG_VERSION=1.32
|
TERMUX_PKG_VERSION=1.33
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||||
|
@ -412,6 +412,7 @@ char const* const commands[] = {
|
|||||||
" escript",
|
" escript",
|
||||||
" run_erl",
|
" run_erl",
|
||||||
" to_erl",
|
" to_erl",
|
||||||
|
" typer",
|
||||||
"espeak",
|
"espeak",
|
||||||
" espeak",
|
" espeak",
|
||||||
"expect",
|
"expect",
|
||||||
@ -619,12 +620,9 @@ char const* const commands[] = {
|
|||||||
" gitwipe",
|
" gitwipe",
|
||||||
" gitxgrep",
|
" gitxgrep",
|
||||||
"gnupg",
|
"gnupg",
|
||||||
" gpg",
|
|
||||||
" gpg-zip",
|
|
||||||
" gpgsplit",
|
|
||||||
"gnupg2",
|
|
||||||
" addgnupghome",
|
" addgnupghome",
|
||||||
" applygnupgdefaults",
|
" applygnupgdefaults",
|
||||||
|
" gpg",
|
||||||
" gpg-agent",
|
" gpg-agent",
|
||||||
" gpg-connect-agent",
|
" gpg-connect-agent",
|
||||||
" gpg2",
|
" gpg2",
|
||||||
@ -633,7 +631,6 @@ char const* const commands[] = {
|
|||||||
" gpgscm",
|
" gpgscm",
|
||||||
" gpgsm",
|
" gpgsm",
|
||||||
" gpgtar",
|
" gpgtar",
|
||||||
" gpgv2",
|
|
||||||
" kbxutil",
|
" kbxutil",
|
||||||
" watchgnupg",
|
" watchgnupg",
|
||||||
"gnuplot",
|
"gnuplot",
|
||||||
@ -841,8 +838,12 @@ char const* const commands[] = {
|
|||||||
"inotify-tools",
|
"inotify-tools",
|
||||||
" inotifywait",
|
" inotifywait",
|
||||||
" inotifywatch",
|
" inotifywatch",
|
||||||
|
"ipcalc",
|
||||||
|
" ipcalc",
|
||||||
"iperf3",
|
"iperf3",
|
||||||
" iperf3",
|
" iperf3",
|
||||||
|
"ipfs",
|
||||||
|
" ipfs",
|
||||||
"ired",
|
"ired",
|
||||||
" bdiff",
|
" bdiff",
|
||||||
" ired",
|
" ired",
|
||||||
@ -1227,9 +1228,12 @@ char const* const commands[] = {
|
|||||||
" mysqlslap",
|
" mysqlslap",
|
||||||
" mytop",
|
" mytop",
|
||||||
" perror",
|
" perror",
|
||||||
|
" rcmysql",
|
||||||
" replace",
|
" replace",
|
||||||
" resolve_stack_dump",
|
" resolve_stack_dump",
|
||||||
" resolveip",
|
" resolveip",
|
||||||
|
" test-connect-t",
|
||||||
|
" wsrep_sst_rsync_wan",
|
||||||
"mathomatic",
|
"mathomatic",
|
||||||
" mathomatic",
|
" mathomatic",
|
||||||
"mc",
|
"mc",
|
||||||
@ -1797,6 +1801,7 @@ char const* const commands[] = {
|
|||||||
" 7za",
|
" 7za",
|
||||||
" 7zr",
|
" 7zr",
|
||||||
"pango",
|
"pango",
|
||||||
|
" pango-list",
|
||||||
" pango-view",
|
" pango-view",
|
||||||
"par2",
|
"par2",
|
||||||
" par2",
|
" par2",
|
||||||
@ -1946,6 +1951,7 @@ char const* const commands[] = {
|
|||||||
" killall",
|
" killall",
|
||||||
" peekfd",
|
" peekfd",
|
||||||
" prtstat",
|
" prtstat",
|
||||||
|
" pslog",
|
||||||
" pstree",
|
" pstree",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
" esdcompat",
|
" esdcompat",
|
||||||
@ -2754,6 +2760,9 @@ char const* const commands[] = {
|
|||||||
" weechat-headless",
|
" weechat-headless",
|
||||||
"wget",
|
"wget",
|
||||||
" wget",
|
" wget",
|
||||||
|
"wireguard-tools",
|
||||||
|
" wg",
|
||||||
|
" wg-quick",
|
||||||
"wol",
|
"wol",
|
||||||
" wol",
|
" wol",
|
||||||
" wol-bootptab",
|
" wol-bootptab",
|
||||||
|
Loading…
Reference in New Issue
Block a user