Update
This commit is contained in:
parent
52d2760efe
commit
86a59830c4
3 changed files with 3 additions and 6 deletions
|
@ -208,8 +208,7 @@ function install_menu_3v3() {
|
||||||
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!"
|
||||||
else
|
else
|
||||||
#run "install_mobileraker_companion" "install_menu_ui_3v3"
|
run "install_mobileraker_companion" "install_menu_ui_3v3"
|
||||||
run "disabled_feature" "install_menu_ui_3v3"
|
|
||||||
fi;;
|
fi;;
|
||||||
20)
|
20)
|
||||||
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then
|
||||||
|
|
|
@ -227,8 +227,7 @@ function install_menu_k1() {
|
||||||
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!"
|
||||||
else
|
else
|
||||||
#run "install_mobileraker_companion" "install_menu_ui_k1"
|
run "install_mobileraker_companion" "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
|
||||||
|
|
|
@ -176,8 +176,7 @@ function install_menu_ke() {
|
||||||
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!"
|
||||||
else
|
else
|
||||||
#run "install_mobileraker_companion" "install_menu_ui_ke"
|
run "install_mobileraker_companion" "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
|
||||||
|
|
Loading…
Add table
Reference in a new issue