Merge branch 'master' into mobileraker

# Conflicts:
#	scripts/ui/update_menu.sh
This commit is contained in:
th33xitus
2023-06-17 19:29:17 +02:00
19 changed files with 224 additions and 161 deletions

View File

@@ -35,7 +35,8 @@ function install_ui() {
}
function install_menu() {
clear && print_header
clear -x && sudo -v && clear -x # (re)cache sudo credentials so password prompt doesn't bork ui
print_header
install_ui
### save all installed webinterface ports to the ini file

View File

@@ -41,6 +41,7 @@ function update_ui() {
}
function update_menu() {
clear -x && sudo -v && clear -x # (re)cache sudo credentials so password prompt doesn't bork ui
do_action "" "update_ui"
local action
@@ -72,7 +73,7 @@ function update_menu() {
11)
do_action "update_crowsnest" "update_ui";;
12)
do_action "update_system" "update_ui";;
do_action "upgrade_system_packages" "update_ui";;
a)
do_action "update_all" "update_ui";;
B|b)