Disable CentOS for now
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user