Changes
Page history
j
authored
Sep 23, 2023
by
Jeffrey Fisher
Show whitespace changes
Inline
Side-by-side
training/tutorial-installing-ubuntu-in-utm.md
View page @
7e0fa8d5
...
@@ -71,7 +71,7 @@ This process is entirely keyboard-only, so you won't be able to use your mouse t
...
@@ -71,7 +71,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
1.
Login with the username and password
-
the password won't show anything on screen when you type, but it is working
-
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
-
the password won't show anything
on screen when you type, but it is working
-
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
```
bash
sudo
apt update
&&
sudo
apt upgrade
-y
&&
sudo
apt
install
ubuntu-desktop-minimal
-y
sudo
apt update
&&
sudo
apt upgrade
-y
&&
sudo
apt
install
ubuntu-desktop-minimal
-y
```
```
...
...
...
...