Update
This commit is contained in:
parent
70268f003f
commit
2309c9984e
4 changed files with 4 additions and 12 deletions
|
@ -139,9 +139,7 @@ function install_menu_10se() {
|
||||||
run "install_usb_camera" "install_menu_ui_10se"
|
run "install_usb_camera" "install_menu_ui_10se"
|
||||||
fi;;
|
fi;;
|
||||||
12)
|
12)
|
||||||
if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
||||||
error_msg "OctoEverywhere is already installed!"
|
|
||||||
elif [ ! -d "$MOONRAKER_FOLDER" ]; then
|
|
||||||
error_msg "Moonraker and Nginx are needed, please install them first!"
|
error_msg "Moonraker and Nginx are needed, please install them first!"
|
||||||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||||
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
||||||
|
|
|
@ -153,9 +153,7 @@ function install_menu_3ke() {
|
||||||
run "install_usb_camera" "install_menu_ui_3ke"
|
run "install_usb_camera" "install_menu_ui_3ke"
|
||||||
fi;;
|
fi;;
|
||||||
14)
|
14)
|
||||||
if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
||||||
error_msg "OctoEverywhere is already installed!"
|
|
||||||
elif [ ! -d "$MOONRAKER_FOLDER" ]; then
|
|
||||||
error_msg "Moonraker and Nginx are needed, please install them first!"
|
error_msg "Moonraker and Nginx are needed, please install them first!"
|
||||||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||||
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
||||||
|
|
|
@ -171,9 +171,7 @@ function install_menu_3v3() {
|
||||||
run "install_usb_camera" "install_menu_ui_3v3"
|
run "install_usb_camera" "install_menu_ui_3v3"
|
||||||
fi;;
|
fi;;
|
||||||
16)
|
16)
|
||||||
if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
||||||
error_msg "OctoEverywhere is already installed!"
|
|
||||||
elif [ ! -d "$MOONRAKER_FOLDER" ]; then
|
|
||||||
error_msg "Updated Moonraker is needed, please install it first!"
|
error_msg "Updated Moonraker is needed, please install it first!"
|
||||||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||||
error_msg "Updated Fluidd or Mainsail is needed, please install one of them first!"
|
error_msg "Updated Fluidd or Mainsail is needed, please install one of them first!"
|
||||||
|
|
|
@ -190,9 +190,7 @@ function install_menu_k1() {
|
||||||
run "install_usb_camera" "install_menu_ui_k1"
|
run "install_usb_camera" "install_menu_ui_k1"
|
||||||
fi;;
|
fi;;
|
||||||
19)
|
19)
|
||||||
if [ -d "$OCTOEVERYWHERE_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
||||||
error_msg "OctoEverywhere is already installed!"
|
|
||||||
elif [ ! -d "$MOONRAKER_FOLDER" ]; then
|
|
||||||
error_msg "Moonraker and Nginx are needed, please install them first!"
|
error_msg "Moonraker and Nginx are needed, please install them first!"
|
||||||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||||
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue