From 24fe053dfcfbce16b294673266098d2af08f3d84 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Mon, 29 Mar 2021 09:52:26 +0200 Subject: [PATCH] small changes to adcli #sudo apt-get --only-upgrade install adcli sudo apt install adcli=0.8.2-1 -y --allow-downgrades --- ADconnection.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 3275536..c8b0ed2 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -997,7 +997,8 @@ then if [ -f /etc/apt/sources.list.d/aroth-ubuntu-ppa-eoan.list ] then sudo apt-get update -sudo apt-get --only-upgrade install adcli +#sudo apt-get --only-upgrade install adcli +sudo apt install adcli=0.8.2-1 -y --allow-downgrades else echo"" echo "Fixing krb5.keytab: Bad encryption type for ubuntu 19.10 - 20.04" @@ -1006,7 +1007,8 @@ echo "To avoid encryption error with adcli please accept PPA below for an adcli echo "" sudo add-apt-repository ppa:aroth/ppa sudo apt-get update -sudo apt-get --only-upgrade install adcli +#sudo apt-get --only-upgrade install adcli +sudo apt install adcli=0.8.2-1 -y --allow-downgrades echo "" fi fi