]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI-DEB: 2nd instance of use "sid" in place of "bookworm"
authorNick Porter <nick@portercomputing.co.uk>
Mon, 31 Oct 2022 08:27:21 +0000 (08:27 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 31 Oct 2022 08:27:21 +0000 (08:27 +0000)
.github/workflows/ci-deb.yml

index cadce2100a7d5c75da0ac4e995c0fc2daaca8730..fd97c14931ea090a504d976a3f9265304b481bbf 100644 (file)
@@ -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