mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Small fixes to Ubuntu 20.04
Small fixes to Ubuntu 20.04
This commit is contained in:
parent
e43bcd6abd
commit
ed38e187e4
@ -985,7 +985,7 @@ fi
|
|||||||
echo "${INTRO_TEXT}Detected Ubuntu $var${END}"
|
echo "${INTRO_TEXT}Detected Ubuntu $var${END}"
|
||||||
sleep 1
|
sleep 1
|
||||||
clear
|
clear
|
||||||
if [ "$var" -eq "19" ]
|
if [ "$var" -eq "19" ] || [ "$var" -eq "20" ]
|
||||||
then
|
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
|
||||||
@ -993,7 +993,7 @@ sudo apt-get update
|
|||||||
sudo apt-get --only-upgrade install adcli
|
sudo apt-get --only-upgrade install adcli
|
||||||
else
|
else
|
||||||
echo""
|
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 ""
|
||||||
echo "To avoid encryption error with adcli please accept PPA below for an adcli update"
|
echo "To avoid encryption error with adcli please accept PPA below for an adcli update"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user