mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
新增适配 Deepin 深度操作系统
This commit is contained in:
@@ -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> 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> 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> Red Hat Enterprise Linux</td>
|
||||
<td align="center">centos/rocky</td>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
apt-get install -y curl
|
||||
```
|
||||
|
||||
> `Debian` `Ubuntu` `Kali`
|
||||
> `Debian` `Ubuntu` `Kali` `Deepin`
|
||||
|
||||
=== "RedHat 系 Linux / OpenCloudOS / openEuler"
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
apt-get update
|
||||
```
|
||||
|
||||
> `Debian` `Ubuntu` `Kali`
|
||||
> `Debian` `Ubuntu` `Kali` `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`
|
||||
|
||||
@@ -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` 远程工具
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
默认禁用了`deb-src`源码仓库和`proposed`预发布软件源,若需启用请将 `/etc/apt/sources.list` 文件中相关内容的所在行取消注释
|
||||
|
||||
> `Debian` `Ubuntu` `Kali`
|
||||
> `Debian` `Ubuntu` `Kali` `Deepin`
|
||||
|
||||
=== "RedHat 系 Linux / OpenCloudOS / openEuler"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user