File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 2015.11.09
2+ * Make sure that wget is installed. #868
3+
4+
15Version 2015.11.04:
26 * Allow bypassing dependencies installation. Thanks EYJ. #656.
37 * Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). #653
Original file line number Diff line number Diff line change 1717# CREATED: 10/15/2012 09:49:37 PM WEST
1818# ======================================================================================================================
1919set -o nounset # Treat unset variables as an error
20- __ScriptVersion=" 2015.11.04 "
20+ __ScriptVersion=" 2015.11.09 "
2121__ScriptName=" bootstrap-salt.sh"
2222
2323# ======================================================================================================================
@@ -1881,6 +1881,10 @@ install_ubuntu_stable_deps() {
18811881 /etc/apt/sources.list.d/saltstack.list
18821882 fi
18831883
1884+
1885+ # Make sure wget is available
1886+ __apt_get_install_noinput wget
1887+
18841888 # shellcheck disable=SC2086
18851889 wget $_WGET_ARGS -q http://repo.saltstack.com/apt/ubuntu/ubuntu$DISTRO_MAJOR_VERSION /$STABLE_REV /SALTSTACK-GPG-KEY.pub -O - | apt-key add - || return 1
18861890
You can’t perform that action at this time.
0 commit comments