mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-28 02:03:36 +05:00
refactor: update dependency management
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -74,6 +74,7 @@ def install_klipper() -> None:
|
||||
|
||||
try:
|
||||
if not kl_im.instances:
|
||||
check_install_dependencies(["git"])
|
||||
setup_klipper_prerequesites()
|
||||
|
||||
count = 0
|
||||
|
||||
@@ -260,10 +260,11 @@ def handle_disruptive_system_packages() -> None:
|
||||
try:
|
||||
cmd_sysctl_service(service, "mask")
|
||||
except subprocess.CalledProcessError:
|
||||
# todo: replace with Logger.print_dialog
|
||||
warn_msg = textwrap.dedent(
|
||||
f"""
|
||||
KIAUH was unable to mask the {service} system service.
|
||||
Please fix the problem manually. Otherwise, this may have
|
||||
KIAUH was unable to mask the {service} system service.
|
||||
Please fix the problem manually. Otherwise, this may have
|
||||
undesirable effects on the operation of Klipper.
|
||||
"""
|
||||
)[1:]
|
||||
|
||||
Reference in New Issue
Block a user