mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 00:33:37 +05:00
refactor: remove redundant steps ocoeverywhere already takes care of
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -98,14 +98,7 @@ def install_octoeverywhere() -> None:
|
||||
for moonraker in mr_instances:
|
||||
oe_im.current_instance = Octoeverywhere(suffix=moonraker.suffix)
|
||||
oe_im.create_instance()
|
||||
oe_im.enable_instance()
|
||||
oe_im.start_instance()
|
||||
|
||||
cmd_sysctl_manage("daemon-reload")
|
||||
|
||||
# TODO: probably done by OE already?
|
||||
# add to moonraker update manager
|
||||
patch_moonraker_conf(mr_instances)
|
||||
mr_im.restart_all_instance()
|
||||
|
||||
Logger.print_dialog(
|
||||
|
||||
Reference in New Issue
Block a user