Update
This commit is contained in:
parent
99601b90f1
commit
648ebdd9e3
3 changed files with 3 additions and 6 deletions
|
@ -180,8 +180,7 @@ function install_menu_3v3() {
|
||||||
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_octoeverywhere" "install_menu_ui_3v3"
|
run "install_octoeverywhere" "install_menu_ui_3v3"
|
||||||
run "disabled_feature" "install_menu_ui_3v3"
|
|
||||||
fi;;
|
fi;;
|
||||||
17)
|
17)
|
||||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||||
|
|
|
@ -199,8 +199,7 @@ 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_octoeverywhere" "install_menu_ui_k1"
|
run "install_octoeverywhere" "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
|
||||||
|
|
|
@ -148,8 +148,7 @@ function install_menu_ke() {
|
||||||
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_octoeverywhere" "install_menu_ui_ke"
|
run "install_octoeverywhere" "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
|
||||||
|
|
Loading…
Add table
Reference in a new issue