补充 sudo.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-08-27 09:45:37 +08:00
parent 3fe1018adb
commit ffe6765da5
1 changed files with 5 additions and 5 deletions

View File

@ -6,15 +6,15 @@
```bash ```bash
# VNC Server # VNC Server
apt install tightvncserver sudo apt install tightvncserver
# LXDE(Docker Ubuntu+VSCode 最优选择) # LXDE(Docker Ubuntu+VSCode 最优选择)
apt install lxde sudo apt install lxde
# Mate # Mate
apt install ubuntu-mate-desktop sudo apt install ubuntu-mate-desktop
# Xfce # Xfce
apt install xubuntu-desktop sudo apt install xubuntu-desktop
# Cinnamon # Cinnamon
apt install cinnamon-desktop-environment sudo apt install cinnamon-desktop-environment
``` ```
## 2.配置 ## 2.配置