fix: fix crowsnest installer #470

Merged
mryel00 merged 2 commits from kiauh-v6-dev into kiauh-v6-dev 2024-05-10 21:28:15 +02:00
Showing only changes of commit f8117ebdc0 - Show all commits

View File

@@ -28,7 +28,6 @@ from utils.git_utils import (
get_remote_commit,
git_pull_wrapper,
)
from utils.input_utils import get_confirm
from utils.logger import Logger
from utils.sys_utils import (
parse_packages_from_file,
@@ -79,10 +78,6 @@ def configure_multi_instance(instances: List[Klipper]) -> None:
Logger.print_status("\nLaunching crowsnest's configuration tool ...")
if not get_confirm("Continue with configuration?", False, allow_go_back=True):
Logger.print_info("Installation aborted by user ... Exiting!")
return
config = Path(CROWSNEST_DIR).joinpath("tools/.config")
try:
run(