新增适配 Deepin 深度操作系统

This commit is contained in:
SuperManito
2023-09-23 23:23:59 +08:00
parent fc4ed6d890
commit 09b57fbb7d
10 changed files with 52 additions and 32 deletions

View File

@@ -53,6 +53,10 @@ bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
<td><a href="https://www.kali.org" target="_blank"><img src="/../assets/images/icon/kali-linux.svg" width="16" height="16"/></a>&nbsp;Kali Linux</td>
<td align="center">kali</td>
</tr>
<tr>
<td><a href="https://www.deepin.org" target="_blank"><img src="/../assets/images/icon/deepin.svg" width="16" height="16" style="vertical-align: -0.15em"></a>&nbsp;Deepin</td>
<td align="center">deepin</td>
</tr>
<tr>
<td><a href="https://access.redhat.com/products/red-hat-enterprise-linux" target="_blank"><img src="/../assets/images/icon/redhat.svg" width="16" height="16" style="vertical-align: -0.15em"/></a>&nbsp;Red Hat Enterprise Linux</td>
<td align="center">centos/rocky</td>

View File

@@ -41,7 +41,7 @@
apt-get install -y curl
```
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali`
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali` &nbsp; `Deepin`
=== "RedHat 系 Linux / OpenCloudOS / openEuler"
@@ -74,7 +74,7 @@
apt-get update
```
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali`
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali` &nbsp; `Deepin`
=== "RedHat 系 Linux / OpenCloudOS / openEuler"
@@ -103,4 +103,4 @@
!!! quote ""
- 如果提示 `bash: /proc/self/fd/11: No such file or directory`,请切换至 `Root` 用户执行,切换命令为 `su root`
- 如果提示 `bash: /proc/self/fd/11: No such file or directory`,请切换至 `Root` 用户执行,切换命令为 `sudo -i` 或 `su root`

View File

@@ -33,7 +33,7 @@ hide:
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
```
1. 通过 `--edu` 命令选项来使用中国教育单位软件源
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
??? quote "原始执行脚本方法"
@@ -75,7 +75,7 @@ hide:
:material-numeric-1:{style="color: #3CA7E5"} 需使用 `Root` 用户执行脚本
: 切换命令为 `sudo -i` 或 `su root`,不同系统环境使用的命令不一样,因为有些系统没有在初始安装时为 Root 用户设置固定密码所以需要使用 `sudo` 指令来提权
: 切换命令为 `sudo -i` 或 `su root`,不同系统环境使用的命令不一样,因为有些系统没有在初始安装时为 Root 用户设置固定密码例如Ubuntu所以需要使用 `sudo` 指令来提权
:material-numeric-2:{style="color: #3CA7E5"} 建议使用 `SSH` 远程工具

View File

@@ -4,7 +4,7 @@
默认禁用了`deb-src`源码仓库和`proposed`预发布软件源,若需启用请将 `/etc/apt/sources.list` 文件中相关内容的所在行取消注释
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali`
> `Debian` &nbsp; `Ubuntu` &nbsp; `Kali` &nbsp; `Deepin`
=== "RedHat 系 Linux / OpenCloudOS / openEuler"