misc: Skip abroot notice

main
Mirko Brombin 2 years ago
parent d64c2c27fd
commit 177151a2ff

@ -42,7 +42,7 @@ class Processor:
f.write("# Do not edit this file manually\n\n")
if abroot_bin := shutil.which("abroot"):
f.write("abroot exec <<EOF\n")
f.write("abroot exec --assume-yes <<EOF\n")
for command in commands:
f.write(f"{command}\n")

Loading…
Cancel
Save