From 638d069c14fe0403806d1c2e3b417648b90d298c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 21 Jun 2018 14:12:52 +0300 Subject: [PATCH] command-not-found: add 'ssh' from dropbear package --- packages/command-not-found/build.sh | 2 +- packages/command-not-found/commands.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index 097d67000..cfcb9b167 100644 --- a/packages/command-not-found/build.sh +++ b/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 diff --git a/packages/command-not-found/commands.h b/packages/command-not-found/commands.h index dee525355..2b6beca0f 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -360,6 +360,7 @@ char const* const commands[] = { " dropbearconvert", " dropbearkey", " dropbearmulti", +" ssh", "dvtm", " dvtm", " dvtm-status",