Update guided.py

This commit is contained in:
Yash Tripathi 2021-08-20 03:48:13 +05:30 committed by GitHub
parent 6d462ac1cc
commit 78bbf26c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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