mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
change curl command to fetch_url func
This commit is contained in:
parent
600d789cfb
commit
0b1c203986
1 changed files with 1 additions and 1 deletions
|
@ -7525,7 +7525,7 @@ install_macosx_git_deps() {
|
|||
install_macosx_stable() {
|
||||
install_macosx_stable_deps || return 1
|
||||
|
||||
/usr/bin/curl "${SALTPKGCONFURL}" > "/tmp/${PKG}" || return 1
|
||||
__fetch_url "/tmp/${PKG}" "${SALTPKGCONFURL}" || return 1
|
||||
|
||||
/usr/sbin/installer -pkg "/tmp/${PKG}" -target / || return 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue