From b64a4b21c9927738265db1876be2479d2eb848a4 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 11 Jun 2023 09:11:27 +0200 Subject: [PATCH] =?utf8?q?Dostsowanie=20funkcji=20library.sh:=20get=5Fdebi?= =?utf8?q?an=5Fbranch()=20oraz=20narz=C4=99dzia=20immudex=5Fbranch=20do=20?= =?utf8?q?nowej=20wersji=20stablinej=20Debiana?= 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