From 6298a324b097f0e2f378c669aa7e891f93c38e81 Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 29 May 2024 00:04:52 +0800 Subject: [PATCH] Disable CentOS for now --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f3890e1..040e44b 100644 --- a/install.sh +++ b/install.sh @@ -6,8 +6,8 @@ set -euo if [[ $ID == "debian" ]]; then apt-get install -y rsync jq parallel -elif [[ $ID == "centos" ]]; then - yum -y install jq rsync parallel +#elif [[ $ID == "centos" ]]; then +# yum -y install jq rsync parallel fi mkdir -p /etc/file-o-bot/config.d