diff --git a/package_scripts/prepare_ubuntu_pkgs_for_ppa.sh b/package_scripts/prepare_ubuntu_pkgs_for_ppa.sh index 553e1884d..bb25c08e8 100755 --- a/package_scripts/prepare_ubuntu_pkgs_for_ppa.sh +++ b/package_scripts/prepare_ubuntu_pkgs_for_ppa.sh @@ -14,7 +14,7 @@ set -e # List of distributions to create PPA packages for: -LST_DISTROS=(xenial bionic disco eoan) +LST_DISTROS=(xenial bionic eoan focal) # Checks # --------------------------------