use ubuntu2004 for hirsute

This commit is contained in:
Isaac Connor
2021-05-19 21:41:35 -04:00
parent 1cd59c189d
commit 1d5cdf9965

View File

@@ -229,7 +229,7 @@ IFS=',' ;for DISTRO in `echo "$DISTROS"`; do
fi;
# Generate Changlog
if [ "$DISTRO" == "focal" ] || [ "$DISTRO" == "buster" ]; then
if [ "$DISTRO" == "focal" ] || [ "$DISTRO" == "buster" ] || [ "$DISTRO" == "hirsute" ]; then
cp -Rpd distros/ubuntu2004 debian
elif [ "$DISTRO" == "beowulf" ]
then