openssh-server-autossh update/add workflows

This commit is contained in:
aptalca
2023-05-18 14:12:53 -04:00
parent f1cbd9deb1
commit 85a2a032c0
5 changed files with 60 additions and 56 deletions
-7
View File
@@ -1,7 +0,0 @@
#!/usr/bin/with-contenv bash
# install autossh
if [ -z `command -v autossh` ]; then
echo "**** installing autossh ****"
apk add --no-cache autossh
fi