CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/infrash/__init__.py
src/infrash/__init__.py.bak
src/infrash/__main__.py
src/infrash/cli.py
src/infrash.egg-info/PKG-INFO
src/infrash.egg-info/SOURCES.txt
src/infrash.egg-info/dependency_links.txt
src/infrash.egg-info/entry_points.txt
src/infrash.egg-info/requires.txt
src/infrash.egg-info/top_level.txt
src/infrash/core/__init__.py
src/infrash/core/config.py
src/infrash/core/installer.py
src/infrash/core/runner.py
src/infrash/core/diagnostics/__init__.py
src/infrash/core/diagnostics/asyncio.py
src/infrash/core/diagnostics/base.py
src/infrash/core/diagnostics/connection.py
src/infrash/core/diagnostics/database.py
src/infrash/core/diagnostics/dependencies.py
src/infrash/core/diagnostics/filesystem.py
src/infrash/core/diagnostics/hardware.py
src/infrash/core/diagnostics/logs.py
src/infrash/core/diagnostics/networking.py
src/infrash/core/diagnostics/process.py
src/infrash/core/diagnostics/repository.py
src/infrash/core/diagnostics/resources.py
src/infrash/core/diagnostics/script.py
src/infrash/core/os_detect/__init__.py
src/infrash/core/os_detect/base.py
src/infrash/core/os_detect/installation.py
src/infrash/core/os_detect/package_manager.py
src/infrash/core/os_detect/utilities.py
src/infrash/core/repair/__init__.py
src/infrash/core/repair/base.py
src/infrash/core/repair/configuration.py
src/infrash/core/repair/dependencies.py
src/infrash/core/repair/execution.py
src/infrash/core/repair/filesystem.py
src/infrash/core/repair/permissions.py
src/infrash/core/repair/solutions.py
src/infrash/data/__init__.py
src/infrash/data/solutions/__init__.py
src/infrash/data/solutions/arch.json
src/infrash/data/solutions/common.json
src/infrash/data/solutions/debian.json
src/infrash/data/solutions/redhat.json
src/infrash/repo/__init__.py
src/infrash/repo/clone.py
src/infrash/repo/git.py
src/infrash/repo/updater.py
src/infrash/system/__init__.py
src/infrash/system/dependency.py
src/infrash/system/os_detect.py
src/infrash/system/package_manager.py
src/infrash/system/service.py
src/infrash/utils/__init__.py
src/infrash/utils/ai_solver.py
src/infrash/utils/database.py
src/infrash/utils/logger.py
src/infrash/utils/network.py
tests/test_diagnostics.py
tests/test_installer.py
tests/test_repo.py
tests/test_runner.py