From adc8d6daf61f46ff9b4366653aada9f9169cfc40 Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Thu, 21 Apr 2022 14:04:50 +0200 Subject: [PATCH] Update list of ubuntu releases --- scripts/makeppa_upload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/makeppa_upload.sh b/scripts/makeppa_upload.sh index 56bc32186..f48ae8aaf 100755 --- a/scripts/makeppa_upload.sh +++ b/scripts/makeppa_upload.sh @@ -1,7 +1,8 @@ #!/bin/bash ## begin: These may need adjusting! -TARGETS="jammy focal bionic" +## sse http://www.releases.ubuntu.com/ for the up-to-date list +TARGETS="jammy impish focal bionic" AUTHOR="Thomas Friedrichsmeier " ## end: These may need adjusting!