Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
f012755f
Commit
f012755f
authored
Mar 19, 2021
by
mattip
Browse files
one more fix
parent
b4a2fd1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common_utils.sh
common_utils.sh
+2
-0
No files found.
common_utils.sh
View file @
f012755f
...
@@ -207,6 +207,8 @@ function untar {
...
@@ -207,6 +207,8 @@ function untar {
function install_rsync {
function install_rsync {
if [ -z "
$IS_MACOS
" ]; then
if [ -z "
$IS_MACOS
" ]; then
[[
$(
type
-P
rsync
)
]] || yum_install rsync
[[
$(
type
-P
rsync
)
]] || yum_install rsync
elif [[
$MB_ML_VER
== "
_2_24
" ]]; then
[[
$(
type
-P
rsync
)
]] || apt-get install -y rsync
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment