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
+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 ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'