mirror of
https://gitee.com/cncsrf/bitiful-oss
synced 2026-04-22 12:48:03 +08:00
@@ -7,7 +7,9 @@
|
|||||||
## 主要特性
|
## 主要特性
|
||||||
|
|
||||||
🚀 **一键式安装与卸载** - 提供完整的安装(`install-bitiful-oss.sh`)和卸载(`uninstall-bitiful-oss.sh`)脚本
|
🚀 **一键式安装与卸载** - 提供完整的安装(`install-bitiful-oss.sh`)和卸载(`uninstall-bitiful-oss.sh`)脚本
|
||||||
|
|
||||||
🔑 **交互式凭证配置** - 引导用户输入AK/SK、存储桶名称和挂载路径
|
🔑 **交互式凭证配置** - 引导用户输入AK/SK、存储桶名称和挂载路径
|
||||||
|
|
||||||
📁 **自动目录创建** - 自动创建不存在的挂载目录
|
📁 **自动目录创建** - 自动创建不存在的挂载目录
|
||||||
|
|
||||||
🔄 **开机自动挂载** - 通过systemd服务实现开机自动挂载
|
🔄 **开机自动挂载** - 通过systemd服务实现开机自动挂载
|
||||||
@@ -32,3 +34,10 @@
|
|||||||
```bash
|
```bash
|
||||||
git clone https://gitee.com/cncsrf/bitiful-oss.git
|
git clone https://gitee.com/cncsrf/bitiful-oss.git
|
||||||
cd bitiful-oss
|
cd bitiful-oss
|
||||||
|
|
||||||
|
2. 运行安装脚本::
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x install-bitiful-oss.sh
|
||||||
|
./install-bitiful-oss.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user