index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-12-26 14:08:20 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-12-26 14:08:20 +0000 |
commit | 91da324df009e35a61f39e0f9785ae0a1b24205e (patch) | |
tree | 92027c76228e90232bb9fb7a8ed85bfaed6018e9 | |
parent | 40939d207e2d74c014571984c5f302425b49eebc (diff) |
-rw-r--r-- | archinstall.py | 1 |
diff --git a/archinstall.py b/archinstall.py index 0bbe364b..4802b30f 100644 --- a/archinstall.py +++ b/archinstall.py @@ -720,6 +720,7 @@ def get_local_instructions(target): def get_instructions(target, *positionals, **kwargs): instructions = oDict() + if target[0-len('.json'):] == '.json': target = target[:0-len('.json')] log(f'Fetching instructions for {target}', level=4, origin='get_instructions') if get_default_gateway_linux(): try: |