diff --git a/scripts/menu/10SE/install_menu_10SE.sh b/scripts/menu/10SE/install_menu_10SE.sh index 7eca635..249a718 100755 --- a/scripts/menu/10SE/install_menu_10SE.sh +++ b/scripts/menu/10SE/install_menu_10SE.sh @@ -139,9 +139,7 @@ function install_menu_10se() { run "install_usb_camera" "install_menu_ui_10se" fi;; 12) - if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then - error_msg "OctoEverywhere is already installed!" - elif [ ! -d "$MOONRAKER_FOLDER" ]; then + if [ ! -d "$MOONRAKER_FOLDER" ]; then error_msg "Moonraker and Nginx are needed, please install them first!" elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then error_msg "Fluidd or Mainsail is needed, please install one of them first!" diff --git a/scripts/menu/3KE/install_menu_3KE.sh b/scripts/menu/3KE/install_menu_3KE.sh index c9a6f1e..61d0fa4 100755 --- a/scripts/menu/3KE/install_menu_3KE.sh +++ b/scripts/menu/3KE/install_menu_3KE.sh @@ -153,9 +153,7 @@ function install_menu_3ke() { run "install_usb_camera" "install_menu_ui_3ke" fi;; 14) - if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then - error_msg "OctoEverywhere is already installed!" - elif [ ! -d "$MOONRAKER_FOLDER" ]; then + if [ ! -d "$MOONRAKER_FOLDER" ]; then error_msg "Moonraker and Nginx are needed, please install them first!" elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then error_msg "Fluidd or Mainsail is needed, please install one of them first!" diff --git a/scripts/menu/3V3/install_menu_3V3.sh b/scripts/menu/3V3/install_menu_3V3.sh index 583d180..c5b6d21 100755 --- a/scripts/menu/3V3/install_menu_3V3.sh +++ b/scripts/menu/3V3/install_menu_3V3.sh @@ -171,9 +171,7 @@ function install_menu_3v3() { run "install_usb_camera" "install_menu_ui_3v3" fi;; 16) - if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then - error_msg "OctoEverywhere is already installed!" - elif [ ! -d "$MOONRAKER_FOLDER" ]; then + if [ ! -d "$MOONRAKER_FOLDER" ]; then error_msg "Updated Moonraker is needed, please install it first!" elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then error_msg "Updated Fluidd or Mainsail is needed, please install one of them first!" diff --git a/scripts/menu/K1/install_menu_K1.sh b/scripts/menu/K1/install_menu_K1.sh index 20d1350..484ef35 100755 --- a/scripts/menu/K1/install_menu_K1.sh +++ b/scripts/menu/K1/install_menu_K1.sh @@ -190,9 +190,7 @@ function install_menu_k1() { run "install_usb_camera" "install_menu_ui_k1" fi;; 19) - if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then - error_msg "OctoEverywhere is already installed!" - elif [ ! -d "$MOONRAKER_FOLDER" ]; then + if [ ! -d "$MOONRAKER_FOLDER" ]; then error_msg "Moonraker and Nginx are needed, please install them first!" elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then error_msg "Fluidd or Mainsail is needed, please install one of them first!"