index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 12:07:46 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 12:07:46 -0400 |
commit | 37e818b3d1a7b76d1bdc511876a2a30d7a7a32d1 (patch) | |
tree | 75e11aeefd8f16ee70d04eb3d8d2e1003304390b /examples/unattended.py | |
parent | d93ef24e8e080ab4c71366bfba0340d16f17524b (diff) |
-rw-r--r-- | examples/unattended.py | 2 |
diff --git a/examples/unattended.py b/examples/unattended.py index 679fbdf6..b0e52f20 100644 --- a/examples/unattended.py +++ b/examples/unattended.py @@ -17,4 +17,4 @@ for name, info in archinstall.list_profiles().items(): profile = archinstall.Profile(None, info['path']) profile.install() - break
\ No newline at end of file + break |