mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
install: Install the wget package.
We depend on it for installing node, and it's a standard package, not a required one, so we do need to explicitly declare the dependency.
This commit is contained in:
@@ -4,6 +4,7 @@ class zulip::base {
|
|||||||
"ntp",
|
"ntp",
|
||||||
# Used in scripts including install-yarn.sh
|
# Used in scripts including install-yarn.sh
|
||||||
"curl",
|
"curl",
|
||||||
|
"wget",
|
||||||
# Used in scripts
|
# Used in scripts
|
||||||
"netcat",
|
"netcat",
|
||||||
# Nagios plugins; needed to ensure /var/lib/nagios_plugins exists
|
# Nagios plugins; needed to ensure /var/lib/nagios_plugins exists
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ fi
|
|||||||
|
|
||||||
apt-get -y dist-upgrade $APT_OPTIONS
|
apt-get -y dist-upgrade $APT_OPTIONS
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
puppet git curl \
|
puppet git curl wget \
|
||||||
python python3 python-six python3-six crudini \
|
python python3 python-six python3-six crudini \
|
||||||
$ADDITIONAL_PACKAGES
|
$ADDITIONAL_PACKAGES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user