From d02aabbdfd8f60fe3a7f8bf5ca7b4b0531c4608f Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Sat, 7 Apr 2018 17:24:29 +0200 Subject: Further debugging --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index d16a271c..91fb9da1 100644 --- a/archinstall.py +++ b/archinstall.py @@ -263,7 +263,7 @@ if __name__ == '__main__': for title in instructions: print('[N] {}'.format(title)) for command in instructions[title]: - opts = instructions[title] if instructions[title] else {} + opts = instructions[title][command] if instructions[title][command] else {} print('[N] Command: {} ({})'.format(command, opts)) o = run('arch-chroot /mnt {c}'.format(c=command), echo=True, **opts) if instructions[title][command] and not instructions[title][command] in o: -- cgit v1.2.3-70-g09d2