Update
This commit is contained in:
parent
25d5f66f5e
commit
9653e77c7a
4 changed files with 26 additions and 11 deletions
|
@ -148,7 +148,8 @@ function install_menu_ke() {
|
|||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
run "install_octoeverywhere" "install_menu_ui_ke"
|
||||
#run "install_octoeverywhere" "install_menu_ui_ke"
|
||||
run "install_simplyprint" "install_menu_ui_ke"
|
||||
fi;;
|
||||
13)
|
||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||
|
@ -160,7 +161,8 @@ function install_menu_ke() {
|
|||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
run "install_moonraker_obico" "install_menu_ui_ke"
|
||||
#run "install_moonraker_obico" "install_menu_ui_ke"
|
||||
run "install_simplyprint" "install_menu_ui_ke"
|
||||
fi;;
|
||||
14)
|
||||
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
||||
|
@ -176,7 +178,8 @@ function install_menu_ke() {
|
|||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
||||
else
|
||||
run "install_mobileraker_companion" "install_menu_ui_ke"
|
||||
#run "install_mobileraker_companion" "install_menu_ui_ke"
|
||||
run "install_simplyprint" "install_menu_ui_ke"
|
||||
fi;;
|
||||
16)
|
||||
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
||||
|
@ -188,7 +191,8 @@ function install_menu_ke() {
|
|||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
run "install_octoapp_companion" "install_menu_ui_ke"
|
||||
#run "install_octoapp_companion" "install_menu_ui_ke"
|
||||
run "install_simplyprint" "install_menu_ui_ke"
|
||||
fi;;
|
||||
17)
|
||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue