mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Remove duplicate lines in install_openbsd_deps
function
This commit is contained in:
parent
8d74e90a55
commit
c4457433cc
1 changed files with 0 additions and 3 deletions
|
@ -4475,9 +4475,6 @@ install_openbsd_deps() {
|
|||
fi
|
||||
done
|
||||
fi
|
||||
if [ "$_UPGRADE_SYS" -eq $BS_TRUE ]; then
|
||||
/usr/local/bin/pip install --upgrade pip || return 1
|
||||
fi
|
||||
if [ "${_EXTRA_PACKAGES}" != "" ]; then
|
||||
echoinfo "Installing the following extra packages as requested: ${_EXTRA_PACKAGES}"
|
||||
# shellcheck disable=SC2086
|
||||
|
|
Loading…
Add table
Reference in a new issue