From 213698dd2a016a59b62dfe5d242b429cdf622f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 10 May 2024 22:38:35 +0800 Subject: [PATCH] feat: install rsyslog in el 9 --- scripts/install_panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index 78d2c0c5..1c268482 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -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