Skip to content

Commit ea3e73d

Browse files
committed
fix: 额外bash环境需求
1 parent bf43939 commit ea3e73d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/en/guide/docker/docker_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
2626

2727
## Environment Setup
2828

29-
- Supported systems: Ubuntu, Debian, Alpine, Arch and other mainstream Linux distributions
29+
- Supported systems: Ubuntu, Debian, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch
3030
- Detect the system environment and install the corresponding components
3131
- Install docker and docker-compose.
3232
- Download some configuration scripts required by default

docs/en/guide/incus/incus_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
3535
If this is a new server, make sure that both ```update``` and ```curl``` are working properly before executing this script.
3636
:::
3737

38-
- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch
38+
- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch
3939
- During installation, you will be prompted to enter the storage pool creation path as well as the size, and all the VMs or containers you want to open end up taking up space in the storage pool
4040
- The server needs to be restarted after the environment installation process to load some default configurations
4141
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host

docs/en/guide/incus/incus_precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feel free to give the project a ```Star``` for free support!-->[https://github.c
1313
## Requirements
1414

1515
Hardware requirements.
16-
- System: Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+
16+
- System: Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch
1717
- Virtualization: KVM, VMWARE recommended.
1818
- CPU: The number of cores should be greater than or equal to 2, otherwise there may be a kernel idling slice cycle resulting in 100% occupancy
1919
- Memory: At least 512MB of RAM

docs/en/guide/lxd/lxd_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If this is a new server, make sure that both ```apt update``` and ```apt install
4040
It's recommended to wait for at least 5 minutes after the system boots up before executing the following commands. This is to avoid the script being executed by the default system settings, which could cause issues with apt sources.
4141
:::
4242

43-
- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11), Alpine, Arch
43+
- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11), Alpine(After installing bash on your own), Arch
4444
- During installation, you will be prompted to enter the storage pool creation path as well as the size, and all the VMs or containers you want to open end up taking up space in the storage pool
4545
- The server needs to be restarted after the environment installation process to load some default configurations
4646
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host

docs/en/guide/lxd/lxd_precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feel free to give the project a ```Star``` for free support!-->[https://github.c
1313
## Requirements
1414

1515
Hardware requirements.
16-
- System: Debian 8+, Ubuntu 18+ (22.04 recommended).
16+
- System: Debian 8+, Ubuntu 18+ (22.04 recommended), Alpine(After installing bash on your own), Arch
1717
- Virtualization: KVM, VMWARE recommended.
1818
- Memory: At least 512MB of RAM
1919
- Hard disk: hard disk (system disk) at least 10G

docs/guide/docker/docker_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
3333

3434
## 环境安装
3535

36-
- 支持系统:Ubuntu, Debian, Alpine, Arch 等主流Linux发行版
36+
- 支持系统:Ubuntu, Debian, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch
3737
- 检测系统环境,安装对应组件
3838
- 安装docker和docker-compose,这里有判断为国际服务器还是国内服务器,自动安装对应源的docker
3939
- 下载默认需要的一些配置脚本,设置默认的网络配置

docs/guide/incus/incus_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
4343
如果是全新的服务器,务必保证```curl```命令可用且```update```无问题再执行本脚本。
4444
:::
4545

46-
- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch
46+
- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch
4747
- 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中
4848
- 环境安装过程后需要重启服务器以加载一些默认配置
4949
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息

docs/guide/incus/incus_precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outline: deep
1313
## 要求
1414

1515
硬件要求:
16-
- 系统:Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+
16+
- 系统:Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch
1717
- 虚拟化:推荐KVM、VMWARE虚拟化
1818
- CPU:内核数最好大于或等于2,否则可能出现内核空转切片循环导致占用100%
1919
- 内存:内存至少512MB

docs/guide/lxd/lxd_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
4343
如果是全新的服务器,务必保证```apt update``````apt install curl```都无问题再执行本脚本。
4444
:::
4545

46-
- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上),Alpine,Arch
46+
- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上),Alpine(自行安装bash后),Arch
4747
- 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中
4848
- 环境安装过程后需要重启服务器以加载一些默认配置
4949
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息

docs/guide/lxd/lxd_precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outline: deep
1313
## 要求
1414

1515
硬件要求:
16-
- 系统:Debian 8+, Ubuntu 18+(推荐22.04)
16+
- 系统:Debian 8+, Ubuntu 18+(推荐22.04),Alpine(自行安装bash后),Arch
1717
- 虚拟化:推荐KVM、VMWARE虚拟化
1818
- 内存:内存至少512MB
1919
- 硬盘:硬盘(系统盘)至少10G

0 commit comments

Comments
 (0)