commit 552d8841b691a8dca2ee0beb705cfe1d3e3ec111 parent d6296ade9264ffdc3ff7ba40cfdf7c05ee8ea311 Author: MS <ms@taler.net> Date: Tue, 5 Dec 2023 14:15:24 +0100 provide executables through libeufin git Diffstat:
| M | netzbon/install_packages.sh | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh @@ -58,3 +58,10 @@ apt install taler-exchange \ taler-wallet-cli \ libeufin-bank \ libeufin-nexus -y + +# temporary: remove once LibEuFin Debian packages reach stability +git clone git://git.taler.net/libeufin /libeufin +cd /libeufin +./bootstrap +./configure --prefix=/usr +make install