summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-30 01:42:02 +0000
committerAntoine A <>2023-11-30 01:42:02 +0000
commitbee129a030464ba8d6ff7423048961383c530baf (patch)
tree3f00e6f1ced0a539ad596660013ea2dda1a13dda
parent0264ba4d1bb4155fd693c63832ee5a4971519cf0 (diff)
downloaddeployment-bee129a030464ba8d6ff7423048961383c530baf.tar.gz
deployment-bee129a030464ba8d6ff7423048961383c530baf.tar.bz2
deployment-bee129a030464ba8d6ff7423048961383c530baf.zip
Fix scripts
-rwxr-xr-xnetzbon/config_libeufin_nexus.sh2
-rwxr-xr-xnetzbon/install_packages.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh
index 55cafb5..19b19c4 100755
--- 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
index 309a35b..5f4e340 100755
--- 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