Correct some writing and add check for unknown/unsupported bootloader
This commit is contained in:
parent
756f974071
commit
5a1e4c78ed
2 changed files with 12 additions and 2 deletions
|
@ -72,7 +72,7 @@ func (m *model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||
// Blank the password field
|
||||
m.authDialog.SetValue("")
|
||||
|
||||
fmt.Println("Working... Application frozen until done, check debug.log for progress")
|
||||
fmt.Println(titleStyle.Render("Working... Application frozen until done, check debug.log for progress"))
|
||||
|
||||
// Start installation and send the password to the command
|
||||
m.install()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue