j authored by Jeffrey Fisher's avatar Jeffrey Fisher
......@@ -71,10 +71,10 @@ 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
- the password won't show anything on screen when you type, but it is working
```bash
sudo apt update && sudo apt upgrade -y && sudo apt install ubuntu-desktop-minimal -y
```
- 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
```
3. Once all the packages are installed and there are no errors run `sudo reboot`
......
......