From 3844fb4238017b0cba837cdc64ba3535723dd012 Mon Sep 17 00:00:00 2001 From: Kenneth Jiang Date: Mon, 10 Jul 2023 05:41:32 +0100 Subject: [PATCH] Dependencies are done in install.sh for the intial setup. Not needed in KIAUH --- scripts/obico.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/obico.sh b/scripts/obico.sh index c3177e0..66b507f 100644 --- a/scripts/obico.sh +++ b/scripts/obico.sh @@ -194,10 +194,6 @@ function moonraker_obico_setup_dialog() { (( new_moonraker_obico_count > 1 )) && status_msg "Installing ${new_moonraker_obico_count} Moonraker-obico instances ..." (( new_moonraker_obico_count == 1 )) && status_msg "Installing Moonraker-obico ..." - ### Step 4: Install dependencies - local dep=(git dfu-util virtualenv python3 python3-pip python3-venv ffmpeg) - dependency_check "${dep[@]}" - ### Step 5: Clone the moonraker-obico repo clone_moonraker_obico "${MOONRAKER_OBICO_REPO}"