Update
This commit is contained in:
parent
9653e77c7a
commit
31c2b15cea
2 changed files with 9 additions and 8 deletions
|
@ -200,7 +200,7 @@ function install_menu_k1() {
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_octoeverywhere" "install_menu_ui_k1"
|
#run "install_octoeverywhere" "install_menu_ui_k1"
|
||||||
run "install_simplyprint" "install_menu_ui_k1"
|
run "disabled_feature" "install_menu_ui_k1"
|
||||||
fi;;
|
fi;;
|
||||||
20)
|
20)
|
||||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||||
|
@ -212,7 +212,8 @@ function install_menu_k1() {
|
||||||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
run "install_moonraker_obico" "install_menu_ui_k1"
|
#run "install_moonraker_obico" "install_menu_ui_k1"
|
||||||
|
run "disabled_feature" "install_menu_ui_k1"
|
||||||
fi;;
|
fi;;
|
||||||
21)
|
21)
|
||||||
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
||||||
|
@ -229,7 +230,7 @@ function install_menu_k1() {
|
||||||
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!"
|
||||||
else
|
else
|
||||||
#run "install_mobileraker_companion" "install_menu_ui_k1"
|
#run "install_mobileraker_companion" "install_menu_ui_k1"
|
||||||
run "install_simplyprint" "install_menu_ui_k1"
|
run "disabled_feature" "install_menu_ui_k1"
|
||||||
fi;;
|
fi;;
|
||||||
23)
|
23)
|
||||||
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
||||||
|
@ -242,7 +243,7 @@ function install_menu_k1() {
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_octoapp_companion" "install_menu_ui_k1"
|
#run "install_octoapp_companion" "install_menu_ui_k1"
|
||||||
run "install_simplyprint" "install_menu_ui_k1"
|
run "disabled_feature" "install_menu_ui_k1"
|
||||||
fi;;
|
fi;;
|
||||||
24)
|
24)
|
||||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||||
|
|
|
@ -149,7 +149,7 @@ function install_menu_ke() {
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_octoeverywhere" "install_menu_ui_ke"
|
#run "install_octoeverywhere" "install_menu_ui_ke"
|
||||||
run "install_simplyprint" "install_menu_ui_ke"
|
run "disabled_feature" "install_menu_ui_ke"
|
||||||
fi;;
|
fi;;
|
||||||
13)
|
13)
|
||||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||||
|
@ -162,7 +162,7 @@ function install_menu_ke() {
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_moonraker_obico" "install_menu_ui_ke"
|
#run "install_moonraker_obico" "install_menu_ui_ke"
|
||||||
run "install_simplyprint" "install_menu_ui_ke"
|
run "disabled_feature" "install_menu_ui_ke"
|
||||||
fi;;
|
fi;;
|
||||||
14)
|
14)
|
||||||
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
||||||
|
@ -179,7 +179,7 @@ function install_menu_ke() {
|
||||||
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!"
|
||||||
else
|
else
|
||||||
#run "install_mobileraker_companion" "install_menu_ui_ke"
|
#run "install_mobileraker_companion" "install_menu_ui_ke"
|
||||||
run "install_simplyprint" "install_menu_ui_ke"
|
run "disabled_feature" "install_menu_ui_ke"
|
||||||
fi;;
|
fi;;
|
||||||
16)
|
16)
|
||||||
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
||||||
|
@ -192,7 +192,7 @@ function install_menu_ke() {
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_octoapp_companion" "install_menu_ui_ke"
|
#run "install_octoapp_companion" "install_menu_ui_ke"
|
||||||
run "install_simplyprint" "install_menu_ui_ke"
|
run "disabled_feature" "install_menu_ui_ke"
|
||||||
fi;;
|
fi;;
|
||||||
17)
|
17)
|
||||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue