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