feat: version select on startup (#499)

This commit is contained in:
dw-0
2024-08-17 18:50:43 +02:00
committed by GitHub
parent 9b2960594e
commit 660481af5a
15 changed files with 533 additions and 129 deletions

View File

@@ -29,6 +29,7 @@ function main_ui() {
echo -e "| | OctoEverywhere: $(print_status "octoeverywhere")|"
echo -e "| | Mobileraker: $(print_status "mobileraker")|"
echo -e "| | OctoApp: $(print_status "octoapp")|"
echo -e "| | Spoolman: $(print_status "spoolman")|"
echo -e "| | |"
echo -e "| | Octoprint: $(print_status "octoprint")|"
hr
@@ -92,9 +93,6 @@ function main_menu() {
clear && print_header
main_ui
### initialize kiauh.ini
init_ini
local action
while true; do
read -p "${cyan}####### Perform action:${white} " action