2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 17:07:18 +08:00

feat: install rsyslog in el 9

This commit is contained in:
耗子
2024-05-10 22:38:35 +08:00
parent 39b3c74684
commit 213698dd2a

View File

@@ -147,7 +147,7 @@ Prepare_System() {
# Rocky Linux
/usr/bin/crb enable
dnf makecache -y
dnf install -y curl wget zip unzip tar git jq git-core dos2unix podman
dnf install -y curl wget zip unzip tar git jq git-core dos2unix podman rsyslog
elif [ "${OS}" == "debian" ]; then
if ${inChina}; then
sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list