From bb7fdf2cdf621dddaf9ef67e05f48c1184fec41a Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Mon, 12 Jun 2023 12:56:36 +0200 Subject: [PATCH] =?utf8?q?Zmiana=20oznacze=C5=84=20dystrybucji=20testowej.?= =?utf8?q?=20bookworm=20->=20trixie?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/100/immudex_branch | 2 +- tools/100/library.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.5