From: Matthew Newton Date: Wed, 26 Oct 2022 20:46:07 +0000 (+0100) Subject: CI-DEB: use "sid" instead of "bookworm" for NR debian repos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfcdfd9da0e925d6a80a435fb92c3c2aa81adaf;p=thirdparty%2Ffreeradius-server.git CI-DEB: use "sid" instead of "bookworm" for NR debian repos --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 6d9740cbd0f..cadce2100a7 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -109,8 +109,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