Changes
Page history
Update tutorial installing ubuntu in utm
authored
Sep 23, 2023
by
Jeffrey George Fisher
Show whitespace changes
Inline
Side-by-side
training/tutorial-installing-ubuntu-in-utm.md
View page @
702adce0
...
...
@@ -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
...
...
...
...