更新文档内容.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2022-04-28 17:21:23 +08:00
parent aed8e54344
commit a527358c5d
2 changed files with 7 additions and 5 deletions

View File

@ -4,6 +4,8 @@
```bash
apt-get install repo
# 手动安装
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo
```
安装好后:

View File

@ -27,7 +27,7 @@ deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted
## 安装 Gnome3
```bash
sudo apt-get install gnome gnome-audio gnome-shell gnome-terminal gnome-themes-extra gnome-tweaks gnome-tweak-tool gnome-icon-theme gnome-control-center gnome-colors gnome-color-chooser gnome-color-manager gnome-calendar gnome-calculator gnome-backgrounds gnome-alsamixer gnome-screensaver
sudo apt install gnome gnome-audio gnome-shell gnome-terminal gnome-themes-extra gnome-tweaks gnome-tweak-tool gnome-icon-theme gnome-control-center gnome-colors gnome-color-chooser gnome-color-manager gnome-calendar gnome-calculator gnome-backgrounds gnome-alsamixer gnome-screensaver
```
### 安装主题
@ -35,7 +35,7 @@ sudo apt-get install gnome gnome-audio gnome-shell gnome-terminal gnome-themes-e
示例如下:
```bash
sudo apt-get install breeze-icon-theme breeze-cursor-theme breeze-gtk-theme
sudo apt install breeze-icon-theme breeze-cursor-theme breeze-gtk-theme
```
之后在 gnome tweak tool 中可更换主题。
@ -45,7 +45,7 @@ sudo apt-get install breeze-icon-theme breeze-cursor-theme breeze-gtk-theme
Gnome3 默认支持 ibus 输入法,安装方法如下:
```bash
sudo apt-get install language-support ibus-pinyin ibus-sunpinyin ibus-gtk ibus-gtk3 ibus-qt4
sudo apt install language-support ibus-pinyin ibus-sunpinyin ibus-gtk ibus-gtk3 ibus-qt4
```
不安装 ibus-gtk、ibus-gtk3 和 ibus-qt4 的话将不会产生光标跟随效果,输入法待选字都在左下角。
@ -119,7 +119,7 @@ sudo apt install linux-headers-$(uname -r)
# 运行软件包管理,并允许安装 Source Code。
software-properties-gtk
# 将内核源码下载到当前路径下。
sudo apt source linux-image-$(uname -r)
sudo apt source linux-image-$(uname -r)
```
## 提升权限
@ -138,7 +138,7 @@ groups ${USER}
## 安装 Flash Player
```bash
sudo apt-get install flashplugin-installer
sudo apt install flashplugin-installer
```
## 让 Shell 只显示当前路径