provision: Install crudini for zulip.conf shell scripting.

A few tools already use this, and it is part of server installation;
install it in development environments as well.
This commit is contained in:
Alex Vandiver
2020-06-15 16:44:07 -07:00
committed by Tim Abbott
parent 5b49839b08
commit 7fe1780088

View File

@@ -127,6 +127,7 @@ COMMON_DEPENDENCIES = [
"curl", # Used for fetching PhantomJS as wget occasionally fails on redirects "curl", # Used for fetching PhantomJS as wget occasionally fails on redirects
"moreutils", # Used for sponge command "moreutils", # Used for sponge command
"unzip", # Needed for Slack import "unzip", # Needed for Slack import
"crudini", # Used for shell tooling w/ zulip.conf
# Puppeteer dependencies from here # Puppeteer dependencies from here
"gconf-service", "gconf-service",