#!/bin/bash base=${TALER_DEPLOYMENT_BASE:-$HOME} export PATH="$base/deployment":$PATH cd $base/merchant-frontends/ && \ git pull && \ git submodule update --init && \ git clean -fxd && \ ./bootstrap && \ ./configure --prefix="$base/local" && \ make && \ make install && \ cd $base/deployment