Fix typo in Ubuntu desktop installation command
Corrected a minor typo in the README.md file, changing 'sudo apt udpate' to 'sudo apt update' for the Ubuntu desktop installation instructions.
This commit is contained in:
@@ -44,7 +44,7 @@ Make a new VM with the Ubuntu 20.04 LTS image.
|
||||
### How to install Ubuntu Desktop (package: ubuntu-desktop) with GNOME desktop environment on Ubuntu 22.04 system.
|
||||
|
||||
```bash
|
||||
sudo apt udpate
|
||||
sudo apt update
|
||||
sudo apt install ubuntu-desktop
|
||||
sudo systemctl set-default graphical.target
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user