mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
Merge pull request #449 from linuxserver/openssh-server-openssh-client-deprecate
deprecate openssh-client
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ****
|
||||
**** ****
|
||||
**** ****
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user