deprecate

This commit is contained in:
aptalca
2022-08-17 12:02:05 -04:00
parent a0e7437bdd
commit 65e7362c29
2 changed files with 18 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
# THIS MOD HAS BEEN DEPRECATED - openssh-client is now included in the openssh-server image
# OpenSSH-Client - Docker mod for openssh-server
This mod adds openssh-client to openssh-server, to be installed/updated during container start.
+16 -2
View File
@@ -1,4 +1,18 @@
#!/usr/bin/with-contenv bash
echo "**** installing openssh-client ****"
apk add --no-cache openssh-client
echo '
**************************************************************************
**************************************************************************
**************************************************************************
**** ****
**** ****
**** openssh-server-openssh-client mod has been deprecated ****
**** ****
**** ****
**** openssh-client is now included in the main image ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'