补充 sudo.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
3fe1018adb
commit
ffe6765da5
|
@ -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.配置
|
||||||
|
|
Loading…
Reference in New Issue