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
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
#run "install_octoeverywhere" "install_menu_ui_3v3"
|
||||
run "disabled_feature" "install_menu_ui_3v3"
|
||||
run "install_octoeverywhere" "install_menu_ui_3v3"
|
||||
fi;;
|
||||
17)
|
||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||
|
|
|
@ -199,8 +199,7 @@ function install_menu_k1() {
|
|||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
#run "install_octoeverywhere" "install_menu_ui_k1"
|
||||
run "disabled_feature" "install_menu_ui_k1"
|
||||
run "install_octoeverywhere" "install_menu_ui_k1"
|
||||
fi;;
|
||||
20)
|
||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||
|
|
|
@ -148,8 +148,7 @@ 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 "disabled_feature" "install_menu_ui_ke"
|
||||
run "install_octoeverywhere" "install_menu_ui_ke"
|
||||
fi;;
|
||||
13)
|
||||
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue