Re-add profile import

This commit is contained in:
Dylan Taylor 2021-05-20 18:39:36 -04:00
parent cba7dae8f0
commit bc58ec047d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import archinstall
from archinstall.lib.general import run_custom_user_commands
from archinstall.lib.hardware import has_uefi
from archinstall.lib.networking import check_mirror_reachable
from archinstall.lib.profiles import Profile
if archinstall.arguments.get('help'):
print("See `man archinstall` for help.")