From ed38e187e48a464fcc7fe865af846a36262a4eea Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Fri, 18 Sep 2020 09:07:57 +0200 Subject: [PATCH] Small fixes to Ubuntu 20.04 Small fixes to Ubuntu 20.04 --- ADconnection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 64a6096..4919d4d 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -985,7 +985,7 @@ fi echo "${INTRO_TEXT}Detected Ubuntu $var${END}" sleep 1 clear -if [ "$var" -eq "19" ] +if [ "$var" -eq "19" ] || [ "$var" -eq "20" ] then if [ -f /etc/apt/sources.list.d/aroth-ubuntu-ppa-eoan.list ] then @@ -993,7 +993,7 @@ sudo apt-get update sudo apt-get --only-upgrade install adcli else echo"" -echo "Fixing krb5.keytab: Bad encryption type for ubuntu 19.10" +echo "Fixing krb5.keytab: Bad encryption type for ubuntu 19.10 - 20.04" echo "" echo "To avoid encryption error with adcli please accept PPA below for an adcli update" echo ""