Added support for Ubuntu 19.10

Added support for Ubuntu 19.10
( skript will upgrade adcli  to 0.9.0-1.1~19.10.1 or later due to 19.10 adcli encryption error )
This commit is contained in:
PierreGode 2019-11-12 09:52:41 +01:00 committed by GitHub
parent 2e282e520c
commit aac0fca983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -628,6 +628,7 @@ echo "fixing krb5.keytab: Bad encryption type for ubuntu 19.10"
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
echo "" echo ""
echo "If the script fails please run sudo apt-get upgrade to update adcli and run the script again" echo "If the script fails please run sudo apt-get upgrade to update adcli and run the script again"
echo "" echo ""
@ -1832,6 +1833,7 @@ then
echo "fixing krb5.keytab: Bad encryption type for ubuntu 19.10" echo "fixing krb5.keytab: Bad encryption type for ubuntu 19.10"
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
fi fi
sudo echo "${INTRO_TEXT}Realm=$DOMAIN${END}" sudo echo "${INTRO_TEXT}Realm=$DOMAIN${END}"
echo "${INTRO_TEXT}Joining Ubuntu $var${END}" echo "${INTRO_TEXT}Joining Ubuntu $var${END}"