Skip to content

Commit

Permalink
lib: function: release: trixie
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
  • Loading branch information
Patrick Yavitz committed Sep 21, 2023
1 parent e6719e5 commit ae9e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/function/release
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deb http://deb.debian.org/debian-security ${DISTRO_VERSION}-security main contri
deb http://deb.debian.org/debian ${DISTRO_VERSION}-backports main contrib non-free non-free-firmware
EOF
fi
if [[ "$DISTRO_VERSION" == "sid" || "$DISTRO_VERSION" == "testing" || "$DISTRO_VERSION" == "unstable" ]]; then
if [[ "$DISTRO_VERSION" == "sid" || "$DISTRO_VERSION" == "testing" || "$DISTRO_VERSION" == "trixie" || "$DISTRO_VERSION" == "unstable" ]]; then
tee ${SOURCES_LIST} <<EOF
deb http://deb.debian.org/debian ${DISTRO_VERSION} main contrib non-free non-free-firmware
EOF
Expand Down

0 comments on commit ae9e53e

Please sign in to comment.