mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-03 14:56:36 -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
|
# OpenSSH-Client - Docker mod for openssh-server
|
||||||
|
|
||||||
This mod adds openssh-client to openssh-server, to be installed/updated during container start.
|
This mod adds openssh-client to openssh-server, to be installed/updated during container start.
|
||||||
|
|||||||
@@ -1,4 +1,18 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
echo "**** installing openssh-client ****"
|
echo '
|
||||||
apk add --no-cache openssh-client
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
**** ****
|
||||||
|
**** ****
|
||||||
|
**** openssh-server-openssh-client mod has been deprecated ****
|
||||||
|
**** ****
|
||||||
|
**** ****
|
||||||
|
**** openssh-client is now included in the main image ****
|
||||||
|
**** ****
|
||||||
|
**** ****
|
||||||
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user