command-not-found: Regenerate
This commit is contained in:
parent
f5a7d27851
commit
96d77328e6
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://termux.com
|
TERMUX_PKG_HOMEPAGE=http://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.9
|
TERMUX_PKG_VERSION=1.10
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||||
|
@ -28,6 +28,8 @@ char const* const commands[] = {
|
|||||||
" aclocal-1.15",
|
" aclocal-1.15",
|
||||||
" automake",
|
" automake",
|
||||||
" automake-1.15",
|
" automake-1.15",
|
||||||
|
"autossh",
|
||||||
|
" autossh",
|
||||||
"bash",
|
"bash",
|
||||||
" bash",
|
" bash",
|
||||||
"bc",
|
"bc",
|
||||||
@ -272,6 +274,11 @@ char const* const commands[] = {
|
|||||||
" dig",
|
" dig",
|
||||||
" host",
|
" host",
|
||||||
" nslookup",
|
" nslookup",
|
||||||
|
"dos2unix",
|
||||||
|
" dos2unix",
|
||||||
|
" mac2unix",
|
||||||
|
" unix2dos",
|
||||||
|
" unix2mac",
|
||||||
"dpkg",
|
"dpkg",
|
||||||
" dpkg",
|
" dpkg",
|
||||||
" dpkg-deb",
|
" dpkg-deb",
|
||||||
@ -298,6 +305,12 @@ char const* const commands[] = {
|
|||||||
" etags",
|
" etags",
|
||||||
"espeak",
|
"espeak",
|
||||||
" espeak",
|
" espeak",
|
||||||
|
"expect",
|
||||||
|
" autoexpect",
|
||||||
|
" expect",
|
||||||
|
" timed-read",
|
||||||
|
" timed-run",
|
||||||
|
" unbuffer",
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
" ffmpeg",
|
" ffmpeg",
|
||||||
" ffprobe",
|
" ffprobe",
|
||||||
@ -1332,24 +1345,6 @@ char const* const commands[] = {
|
|||||||
" termux-tts-engines",
|
" termux-tts-engines",
|
||||||
" termux-tts-speak",
|
" termux-tts-speak",
|
||||||
" termux-vibrate",
|
" termux-vibrate",
|
||||||
"termux-tools",
|
|
||||||
" am",
|
|
||||||
" chsh",
|
|
||||||
" dalvikvm",
|
|
||||||
" df",
|
|
||||||
" getprop",
|
|
||||||
" ip",
|
|
||||||
" logcat",
|
|
||||||
" ping",
|
|
||||||
" ping6",
|
|
||||||
" pm",
|
|
||||||
" settings",
|
|
||||||
" su",
|
|
||||||
" termux-elf-cleaner",
|
|
||||||
" termux-fix-shebang",
|
|
||||||
" termux-open-url",
|
|
||||||
" termux-reload-settings",
|
|
||||||
" termux-setup-storage",
|
|
||||||
"teseq",
|
"teseq",
|
||||||
" reseq",
|
" reseq",
|
||||||
" teseq",
|
" teseq",
|
||||||
@ -1531,6 +1526,11 @@ char const* const commands[] = {
|
|||||||
"jack",
|
"jack",
|
||||||
" jack",
|
" jack",
|
||||||
"parallel",
|
"parallel",
|
||||||
|
" env_parallel",
|
||||||
|
" env_parallel.bash",
|
||||||
|
" env_parallel.fish",
|
||||||
|
" env_parallel.ksh",
|
||||||
|
" env_parallel.zsh",
|
||||||
" niceload",
|
" niceload",
|
||||||
" parallel",
|
" parallel",
|
||||||
" sem",
|
" sem",
|
||||||
@ -1542,4 +1542,21 @@ char const* const commands[] = {
|
|||||||
" rifle",
|
" rifle",
|
||||||
"ruby-ri",
|
"ruby-ri",
|
||||||
" ri",
|
" ri",
|
||||||
|
"termux-tools",
|
||||||
|
" am",
|
||||||
|
" chsh",
|
||||||
|
" dalvikvm",
|
||||||
|
" df",
|
||||||
|
" getprop",
|
||||||
|
" ip",
|
||||||
|
" logcat",
|
||||||
|
" ping",
|
||||||
|
" ping6",
|
||||||
|
" pm",
|
||||||
|
" settings",
|
||||||
|
" su",
|
||||||
|
" termux-fix-shebang",
|
||||||
|
" termux-open-url",
|
||||||
|
" termux-reload-settings",
|
||||||
|
" termux-setup-storage",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user