taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 322fa6f0ba00d0f7efe0e800b43903d17ce2028e
parent 562648f9c80739ea49a4c0d046430c6122b73487
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 12 Oct 2019 12:35:44 +0530

install dependency

Diffstat:
Mbin/taler-deployment | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -196,6 +196,7 @@ def build_bank(r, p): def build_landing(r, p): update_checkout(r, p) + subprocess.run(["pip3", "install", "--user", "jsmin"], check=True) subprocess.run(["./bootstrap"], check=True) pfx = Path.home() / "local" default_configure()