index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Yash Tripathi <tripathiyash97@gmail.com> | 2021-08-20 03:48:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 03:48:13 +0530 |
commit | 78bbf26c1aa02f34366020ec4d9212836fafc3dd (patch) | |
tree | eea84a655fb2f8936b56c66c71433b835d4cf415 /examples | |
parent | 6d462ac1ccfe3ec74f70e000465d422c31d9e634 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index 7a9f8b47..273fcadf 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -8,7 +8,6 @@ from archinstall.lib.general import run_custom_user_commands from archinstall.lib.hardware import * from archinstall.lib.networking import check_mirror_reachable from archinstall.lib.profiles import Profile, is_desktop_profile -from archinstall.lib.profiles.server import available_servers if archinstall.arguments.get('help'): print("See `man archinstall` for help.") |