command-not-found: add 'ssh' from dropbear package

This commit is contained in:
Leonid Pliushch 2018-06-21 14:12:52 +03:00 committed by Fredrik Fornwall
parent 0e9c072546
commit 638d069c14
2 changed files with 2 additions and 1 deletions

View File

@ -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.30 TERMUX_PKG_VERSION=1.31
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

View File

@ -360,6 +360,7 @@ char const* const commands[] = {
" dropbearconvert", " dropbearconvert",
" dropbearkey", " dropbearkey",
" dropbearmulti", " dropbearmulti",
" ssh",
"dvtm", "dvtm",
" dvtm", " dvtm",
" dvtm-status", " dvtm-status",