@ -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")