diff --git a/src/steps-preinstall/20-sshguard.sh b/src/steps-preinstall/20-sshguard.sh new file mode 100755 index 0000000..94a67bf --- /dev/null +++ b/src/steps-preinstall/20-sshguard.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +queue_apt_install "sshguard" \ No newline at end of file