void-bash-installer/modules/89-sshd/config
2021-03-17 00:24:01 +01:00

5 lines
57 B
Plaintext

if yesno "Enable sshd?" y; then
servicesenable sshd
fi