新增适配 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

@@ -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`