From: xf0r3m Date: Mon, 12 Jun 2023 10:56:36 +0000 (+0200) Subject: Zmiana oznaczeń dystrybucji testowej. bookworm -> trixie X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=bb7fdf2cdf621dddaf9ef67e05f48c1184fec41a;p=immudex-testing.git Zmiana oznaczeń dystrybucji testowej. bookworm -> trixie --- diff --git a/tools/100/immudex_branch b/tools/100/immudex_branch index 048b5db..c2eaea7 100755 --- a/tools/100/immudex_branch +++ b/tools/100/immudex_branch @@ -1,6 +1,6 @@ #!/bin/bash -if grep -q 'bookworm' /etc/os-release; then +if grep -q 'trixie' /etc/os-release; then echo -n '-testing'; else echo -n '-stable'; diff --git a/tools/100/library.sh b/tools/100/library.sh index b2400f5..1cb2454 100755 --- a/tools/100/library.sh +++ b/tools/100/library.sh @@ -1,7 +1,7 @@ #!/bin/bash function get_debian_branch() { - if grep -q 'bookworm' /etc/os-release; then + if grep -q 'trixie' /etc/os-release; then echo "testing"; else echo "stable";