2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: 规范缩进

This commit is contained in:
耗子
2023-12-30 18:21:37 +08:00
parent 6a328c3a42
commit 7af5ab3c30
19 changed files with 48 additions and 42 deletions

View File

@@ -50,7 +50,7 @@ elif [ "${OS}" == "debian" ]; then
apt-get install build-essential make gettext zlib1g-dev libreadline-dev libicu-dev libxml2-dev libxslt-dev libssl-dev libsystemd-dev -y
else
echo -e $HR
echo "错误耗子Linux面板不支持该系统"
echo "错误:耗子 Linux 面板不支持该系统"
exit 1
fi