mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
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:
committed by
Tim Abbott
parent
5b49839b08
commit
7fe1780088
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user