Update tutorial installing ubuntu in utm authored by Jeffrey George Fisher's avatar Jeffrey George Fisher
......@@ -70,7 +70,7 @@ This process is entirely keyboard-only, so you won't be able to use your mouse t
1. Login with the username and password
- the password won't show anything on screen when you type, but it is working
2. Run the follow command and enter your password
2. Run the follow command and enter your password. To run it you type it out, then press enter/return.
- If/when you see `[sudo]: password for`, you need to type your password. It won't show on screen when you type, but it is working.
```bash
sudo apt update && sudo apt upgrade -y && sudo apt install ubuntu-desktop-minimal -y
......
......