Browse Source

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

android-5
Leonid Plyushch 7 years ago
committed by Fredrik Fornwall
parent
commit
4843d4a94e
  1. 2
      packages/command-not-found/build.sh
  2. 1
      packages/command-not-found/commands.h

2
packages/command-not-found/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://termux.com
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_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

1
packages/command-not-found/commands.h

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

Loading…
Cancel
Save