uptrack working now

This commit is contained in:
Milan Meduna 2020-05-06 16:47:52 +02:00
parent 342c9df609
commit b136b877cf
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ main_menu () {
options=(
1 "Pre-reboot script"
2 "Post-reboot script"
3 "Install uptrack-upgrade - NOT WORK FOR NOW"
3 "Install uptrack-upgrade"
)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)