summaryrefslogtreecommitdiff
path: root/netzbon/install_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netzbon/install_packages.sh')
-rwxr-xr-xnetzbon/install_packages.sh4
1 files changed, 2 insertions, 2 deletions
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