From e27aa308043cb52e42e9cc856f5f8dfb90c3930b Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Wed, 18 Dec 2024 20:47:18 +0000 Subject: [PATCH] feat: add support for elementary 8.0 (#1533) --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index e051c8b..3719722 100755 --- a/quickget +++ b/quickget @@ -686,7 +686,7 @@ function releases_easyos() { } function releases_elementary() { - echo 7.1 7.0 + echo 8.0 7.1 7.0 } function releases_endeavouros() { @@ -1763,6 +1763,7 @@ function get_elementary() { case ${RELEASE} in 7.0) STAMP="20230129rc";; 7.1) STAMP="20230926rc";; + 8.0) STAMP="20241122rc";; esac local ISO="elementaryos-${RELEASE}-stable.${STAMP}.iso" local URL="https://ams3.dl.elementary.io/download"