summaryrefslogtreecommitdiffstats
path: root/appimage/build-appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-05 12:47:59 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-05 12:47:59 +0200
commita6d7b79e65941238871c0c3d7d06b9bf246213ba (patch)
tree99e0f9f56cc996ee69f48ccef89a0a993993bc78 /appimage/build-appimage
parenta69fea14ae12fef439b914f80ccaa86473b100b0 (diff)
downloadqpdf-a6d7b79e65941238871c0c3d7d06b9bf246213ba.tar.zst
Bump AppImage to Ubuntu 20.04
18.04 is out of security support, and cmake for 18.04 is no longer available via kitware's debian repository (or at least fetching it failed for one build).
Diffstat (limited to 'appimage/build-appimage')
-rwxr-xr-xappimage/build-appimage4
1 files changed, 2 insertions, 2 deletions
diff --git a/appimage/build-appimage b/appimage/build-appimage
index 8cad9f1f..6ee016e0 100755
--- a/appimage/build-appimage
+++ b/appimage/build-appimage
@@ -47,14 +47,14 @@ fi
_osversion=$(cat /etc/os-release | grep PRETTY_NAME | awk -F'=' '{print $2}' | sed 's#"##g')
# Warn users building the AppImage locally:
-if [[ ! $_osversion =~ Ubuntu\ 18.04.*\ LTS ]]; then
+if [[ ! $_osversion =~ Ubuntu\ 20.04.*\ LTS ]]; then
set +x
echo ""
# 0 1 2 3 4 5 6 7
# 01234567890123456789012345678901234567890123456789012345678901234567890123456789
echo "+===========================================================================+"
echo "|| WARNING: You are about to build a QPDF AppImage on a system which is ||"
- echo "|| NOT Ubuntu 18.04 LTS. ||"
+ echo "|| NOT Ubuntu 20.04 LTS. ||"
echo "|| ||"
echo "|| It is recommended that you use a distribution that is at least a ||"
echo "|| few years old to maximize the number of Linux distributions the ||"