mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
fix: fluidd update function not existing
This commit is contained in:
@@ -73,6 +73,12 @@ update_menu(){
|
||||
update_mainsail && ui_print_versions
|
||||
print_msg && clear_msg
|
||||
update_ui;;
|
||||
6)
|
||||
clear
|
||||
print_header
|
||||
update_fluidd && ui_print_versions
|
||||
print_msg && clear_msg
|
||||
update_ui;;
|
||||
a)
|
||||
clear
|
||||
print_header
|
||||
|
||||
@@ -98,6 +98,12 @@ update_mainsail(){
|
||||
mainsail_setup
|
||||
}
|
||||
|
||||
update_fluidd(){
|
||||
bb4u "fluidd"
|
||||
status_msg "Updating Fluidd ..."
|
||||
fluidd_setup
|
||||
}
|
||||
|
||||
update_moonraker(){
|
||||
stop_klipper && sleep 2 && stop_moonraker
|
||||
bb4u "moonraker"
|
||||
|
||||
Reference in New Issue
Block a user