This commit is contained in:
Cyril 2024-05-19 22:34:26 +02:00
parent bb76f7354a
commit e6a601024c
7 changed files with 379 additions and 10 deletions

View file

@ -183,9 +183,7 @@ function install_menu_3v3() {
run "install_octoeverywhere" "install_menu_ui_3v3"
fi;;
17)
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
error_msg "Moonraker Obico 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!"