Update aapanel安装指南.md

This commit is contained in:
Xboard
2024-06-02 13:56:57 +08:00
committed by GitHub
parent 2c5f610ed0
commit 72fb7031e5

View File

@@ -44,7 +44,7 @@ URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];
```
# 删除目录下文件
chattr -i .user.ini
rm -rf .htaccess 404.html index.html .user.ini
rm -rf .htaccess 404.html 502.html index.html .user.ini
```
> 执行命令从 Github 克隆到当前目录。
```