command-not-found: Update with latest setup
This commit is contained in:
parent
1da58ac29f
commit
9bbe6b1e82
@ -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.28
|
TERMUX_PKG_VERSION=1.29
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||||
|
@ -41,6 +41,7 @@ char const* const commands[] = {
|
|||||||
" apt-config",
|
" apt-config",
|
||||||
" apt-get",
|
" apt-get",
|
||||||
" apt-key",
|
" apt-key",
|
||||||
|
" apt-mark",
|
||||||
"aria2",
|
"aria2",
|
||||||
" aria2c",
|
" aria2c",
|
||||||
"atomicparsley",
|
"atomicparsley",
|
||||||
@ -471,6 +472,8 @@ char const* const commands[] = {
|
|||||||
"gawk",
|
"gawk",
|
||||||
" awk",
|
" awk",
|
||||||
" gawk",
|
" gawk",
|
||||||
|
"gbt",
|
||||||
|
" gbt",
|
||||||
"gcal",
|
"gcal",
|
||||||
" gcal",
|
" gcal",
|
||||||
" gcal2txt",
|
" gcal2txt",
|
||||||
@ -1692,6 +1695,8 @@ char const* const commands[] = {
|
|||||||
" notmuch",
|
" notmuch",
|
||||||
"nyancat",
|
"nyancat",
|
||||||
" nyancat",
|
" nyancat",
|
||||||
|
"nzbget",
|
||||||
|
" nzbget",
|
||||||
"oathtool",
|
"oathtool",
|
||||||
" oathtool",
|
" oathtool",
|
||||||
" pskctool",
|
" pskctool",
|
||||||
@ -1839,6 +1844,9 @@ char const* const commands[] = {
|
|||||||
" psql",
|
" psql",
|
||||||
" reindexdb",
|
" reindexdb",
|
||||||
" vacuumdb",
|
" vacuumdb",
|
||||||
|
"potrace",
|
||||||
|
" mkbitmap",
|
||||||
|
" potrace",
|
||||||
"privoxy",
|
"privoxy",
|
||||||
" privoxy",
|
" privoxy",
|
||||||
"procps",
|
"procps",
|
||||||
@ -2011,6 +2019,8 @@ char const* const commands[] = {
|
|||||||
" procan",
|
" procan",
|
||||||
" socat",
|
" socat",
|
||||||
"sox",
|
"sox",
|
||||||
|
" play",
|
||||||
|
" rec",
|
||||||
" sox",
|
" sox",
|
||||||
" soxi",
|
" soxi",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
|
Loading…
Reference in New Issue
Block a user