Disable CentOS for now

This commit is contained in:
2024-05-29 00:04:52 +08:00
parent d5a674a690
commit 6298a324b0

View File

@ -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