Skip to content

Commit ac244fd

Browse files
docs: Add LinuxMirrors Scripts
1 parent 890c75f commit ac244fd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/faq/operating_system.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
!!! Abstract ""
66
**上图的错误是由于 docker 的在线安装脚本不支持该操作系统导致的,目前最好的解决方案就是先手动在服务器上安装并启动 Docker,然后再安装 1Panel。**
77

8+
=== "LinuxMirrors"
9+
!!! Abstract ""
10+
11+
```shell
12+
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
13+
```
14+
15+
了解更多信息,请访问官方网站:https://linuxmirrors.cn
16+
17+
818
=== "RockyLinux"
919
!!! Abstract ""
1020

docs/installation/online_installation.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## 2 安装部署
1919

2020
!!! Abstract ""
21-
GitHub release 链接: https://github.com/1Panel-dev/1Panel/releases
21+
GitHub release 链接: https://github.com/1Panel-dev/1Panel/releases
2222

2323
=== "RedHat / CentOS"
2424
!!! Abstract ""
@@ -52,6 +52,13 @@
5252
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
5353
```
5454

55+
!!! Abstract ""
56+
如果遇到 Docker 安装失败等问题,可以尝试运行以下脚本:
57+
```shell
58+
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
59+
```
60+
了解更多信息,请访问官方网站:https://linuxmirrors.cn
61+
5562
!!! Abstract ""
5663
安装成功后,控制台会打印面板访问信息,可通过浏览器访问 1Panel:
5764

0 commit comments

Comments
 (0)