From: Nick Porter Date: Mon, 31 Oct 2022 08:27:21 +0000 (+0000) Subject: CI-DEB: 2nd instance of use "sid" in place of "bookworm" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66629a837b046a038903377e20afcf1b00a589fe;p=thirdparty%2Ffreeradius-server.git CI-DEB: 2nd instance of use "sid" in place of "bookworm" --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index cadce2100a7..fd97c14931e 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -231,8 +231,9 @@ jobs: DIST=$(lsb_release -is | tr '[:upper:]' '[:lower:]') RELEASE=$(lsb_release -cs) if [ "$RELEASE" = "n/a" ]; then - RELEASE=$(cat /etc/debian_version | awk -F \/ '{ print $(NF) }') + RELEASE=$(cat /etc/debian_version | awk -F \/ '{ print $(NF) }') fi + [ "$RELEASE" != "bookworm" ] || RELEASE=sid echo "deb http://packages.networkradius.com/extras/${DIST}/${RELEASE} ${RELEASE} main" \ > /etc/apt/sources.list.d/networkradius-extras.list