commit bee129a030464ba8d6ff7423048961383c530baf parent 0264ba4d1bb4155fd693c63832ee5a4971519cf0 Author: Antoine A <> Date: Thu, 30 Nov 2023 01:42:02 +0000 Fix scripts Diffstat:
| M | netzbon/config_libeufin_nexus.sh | | | 2 | ++ |
| M | netzbon/install_packages.sh | | | 4 | ++-- |
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh @@ -8,6 +8,8 @@ # The environment must provide the following variables: set -eu +source functions.sh + # In order to reach the bank, the setup step needs to provide # the section [ebics-setup]. This is a manual process that is # to be conducted separately. diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh @@ -35,8 +35,8 @@ say "Adding GNU Taler apt repository" say "Detected distro $DISTRO" case $DISTRO in -debian) - echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian stable main" >/etc/apt/sources.list.d/taler.list +debian) # TODO stable again when it is back ? + echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian bookworm main" >/etc/apt/sources.list.d/taler.list ;; ubuntu) echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu stable main" >/etc/apt/sources.list.d/taler.list