Disable CentOS for now
This commit is contained in:
@ -6,8 +6,8 @@ set -euo
|
|||||||
|
|
||||||
if [[ $ID == "debian" ]]; then
|
if [[ $ID == "debian" ]]; then
|
||||||
apt-get install -y rsync jq parallel
|
apt-get install -y rsync jq parallel
|
||||||
elif [[ $ID == "centos" ]]; then
|
#elif [[ $ID == "centos" ]]; then
|
||||||
yum -y install jq rsync parallel
|
# yum -y install jq rsync parallel
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /etc/file-o-bot/config.d
|
mkdir -p /etc/file-o-bot/config.d
|
||||||
|
Reference in New Issue
Block a user