diff --git a/check-install.py b/check-install.py index ea5eecd..0104677 100755 --- a/check-install.py +++ b/check-install.py @@ -13,7 +13,7 @@ try: import apt check_apt = True -except ImportErorr: +except ImportError: print("⚠️ Could not import \"apt\". Unable to verify system dependencies.")