gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 97/141: fix variables in image script


From: gnunet
Subject: [taler-grid5k] 97/141: fix variables in image script
Date: Thu, 18 Nov 2021 14:50:38 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit b029f291b14f613107ce12a24fa809a38d3ec992
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Nov 3 23:16:30 2021 +0100

    fix variables in image script
---
 image/taler-debian11.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index 1b18567..49a03e8 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -93,20 +93,20 @@ setup:
          cd /root 
 
          # GNUNet
-         tar -xvf $${gnunet}
+         tar -xvf gnunet.tar.gz
          cd gnunet-* && ./configure --enable-logging=verbose --prefix=/usr && 
make && make install 
          ldconfig
 
          # Exchange
          cd /root
          pip install jinja2
-         tar -xvf $${exchange}
+         tar -xvf exchange.tar.gz
          cd taler-exchange* && ./configure --enable-logging=verbose 
--prefix=/usr && make && make install
          ldconfig
 
          # Merchant
          cd /root
-         tar -xvf $${merchant}
+         tar -xvf merchant.tar.gz
          cd taler-merchant* && ./configure --enable-logging=verbose 
--prefix=/usr && make && make install
          ldconfig
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]