feat: allow mainsail and fluidd stable only installs/updates

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-03 00:57:54 +02:00
parent 0c5f6e24ff
commit 7d7f2150d1
4 changed files with 128 additions and 66 deletions

View File

@@ -63,14 +63,13 @@ do_action(){
clear && print_header
### $1 is the action the user wants to fire
$1
print_msg && clear_msg
# print_msg && clear_msg
### $2 is the menu the user usually gets directed back to after an action is completed
$2
}
deny_action(){
clear && print_header
print_unkown_cmd
print_msg && clear_msg
print_error "Invalid command!"
$1
}