Skip to content

Commit

Permalink
Addin --upgrade back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway authored and s0undt3ch committed Mar 9, 2023
1 parent c1a928e commit 8605f70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2826,8 +2826,7 @@ EOM
fi

echodebug "Running '${_pip_cmd} install wheel ${_setuptools_dep}'"
#${_pip_cmd} install --upgrade ${_POST_NEON_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}"
${_pip_cmd} install ${_POST_NEON_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}"
${_pip_cmd} install --upgrade ${_POST_NEON_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}"

echoinfo "Installing salt using ${_py_exe}"
cd "${_SALT_GIT_CHECKOUT_DIR}" || return 1
Expand Down

0 comments on commit 8605f70

Please sign in to comment.