void-bash-installer/modules/89-sshd/pre
2021-03-13 11:06:52 +01:00

5 lines
57 B
Plaintext

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