Commit f012755f authored by mattip's avatar mattip
Browse files

one more fix

parent b4a2fd1c
......@@ -207,6 +207,8 @@ function untar {
function install_rsync {
if [ -z "$IS_MACOS" ]; then
[[ $(type -P rsync) ]] || yum_install rsync
elif [[ $MB_ML_VER == "_2_24" ]]; then
[[ $(type -P rsync) ]] || apt-get install -y rsync
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment