From dfe6995d0e2a4f45ed82cbe51b0c040605ed5f37 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Wed, 18 May 2022 10:45:10 +0200 Subject: [PATCH] Added Support for Ubuntu 22 Added Support for Ubuntu 22 --- ADconnection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 36ace2d..df18212 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1007,12 +1007,12 @@ exit fi fi else - if [ "$var" -eq "17" ] || [ "$var" -eq "18" ] || [ "$var" -eq "19" ] || [ "$var" -eq "20" ] + if [ "$var" -eq "17" ] || [ "$var" -eq "18" ] || [ "$var" -eq "19" ] || [ "$var" -eq "20" ] || [ "$var" -eq "21" ] || [ "$var" -eq "22" ] then echo "${INTRO_TEXT}Detected Ubuntu $var${END}" sleep 1 clear -if [ "$var" -eq "19" ] || [ "$var" -eq "20" ] +if [ "$var" -eq "19" ] || [ "$var" -eq "20" ] || [ "$var" -eq "21" ] || [ "$var" -eq "22" ] then if [ -f /etc/apt/sources.list.d/aroth-ubuntu-ppa-eoan.list ] then