From 1c54a94e8e773df94d61b924c539c380bc322310 Mon Sep 17 00:00:00 2001 From: Cyril Date: Fri, 17 May 2024 19:40:29 +0200 Subject: [PATCH] Update moonraker_obico.sh --- scripts/moonraker_obico.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/moonraker_obico.sh b/scripts/moonraker_obico.sh index 0d45ec6..99eabb4 100755 --- a/scripts/moonraker_obico.sh +++ b/scripts/moonraker_obico.sh @@ -29,6 +29,7 @@ function install_moonraker_obico(){ git clone "$MOONRAKER_OBICO_URL" "$MOONRAKER_OBICO_FOLDER" fi echo -e "Info: Running Moonraker Obico installer..." + pip3 uninstall virtualenv -y > /dev/null 2>&1 cd "$MOONRAKER_OBICO_FOLDER" sh ./scripts/install_creality.sh -k ok_msg "Moonraker Obico has been installed successfully!"