fix sudoers

main
drbroiler 2022-08-04 23:08:35 +02:00
parent 4f21ef2ea2
commit bd189b7114
1 changed files with 1 additions and 1 deletions

View File

@ -193,5 +193,5 @@ d-i preseed/late_command string \
in-target chmod 700 "/home/deploy"; \
in-target chmod 700 "/home/deploy/.ssh"; \
in-target chmod 600 "/home/deploy/.ssh/authorized_keys"; \
echo "deploy ALL = NOPASSWD: ALL" >/target/etc/suders.d/deploy; \
echo "deploy ALL = NOPASSWD: ALL" >/target/etc/sudoers.d/deploy; \
true