mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
small changes to adcli
#sudo apt-get --only-upgrade install adcli sudo apt install adcli=0.8.2-1 -y --allow-downgrades
This commit is contained in:
parent
9b9846d469
commit
24fe053dfc
@ -997,7 +997,8 @@ then
|
|||||||
if [ -f /etc/apt/sources.list.d/aroth-ubuntu-ppa-eoan.list ]
|
if [ -f /etc/apt/sources.list.d/aroth-ubuntu-ppa-eoan.list ]
|
||||||
then
|
then
|
||||||
sudo apt-get update
|
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
|
else
|
||||||
echo""
|
echo""
|
||||||
echo "Fixing krb5.keytab: Bad encryption type for ubuntu 19.10 - 20.04"
|
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 ""
|
echo ""
|
||||||
sudo add-apt-repository ppa:aroth/ppa
|
sudo add-apt-repository ppa:aroth/ppa
|
||||||
sudo apt-get update
|
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 ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user