From 8e9189592c04ceeae73fcc13823d670e6a63d66c Mon Sep 17 00:00:00 2001 From: Edmund Laugasson <6355082+edmundlaugasson@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:23:31 +0300 Subject: [PATCH] add Linux Mint 22 support On July 25, 2024 the Linux Mint 22 was released https://blog.linuxmint.com/?p=4731 --- install-open-eid.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-open-eid.sh b/install-open-eid.sh index c8786f0..d2fb713 100755 --- a/install-open-eid.sh +++ b/install-open-eid.sh @@ -174,6 +174,10 @@ case $distro in ;; linuxmint) case $release in + 22*) + make_warn "Linux Mint 22 is not officially supported" + add_repository noble + ;; 21*) make_warn "Linux Mint 21 is not officially supported" add_repository jammy