switch to hybrid

This commit is contained in:
aptalca
2022-08-17 11:38:13 -04:00
parent fa2bc292c9
commit d4e348eb54
6 changed files with 10 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if [ -z `command -v autossh` ]; then
echo "**** Adding autossh to package install list ****"
echo "autossh" >> /mod-repo-packages-to-install.list
else
echo "**** autossh already installed ****"
fi