Added support for ubuntu 19 - 19.10

This commit is contained in:
PierreGode 2019-11-13 09:24:04 +01:00 committed by GitHub
parent 8abb52b85a
commit 8c6aac5372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,6 +624,7 @@ read -r ADMIN
if [ "$var" -eq "19" ] if [ "$var" -eq "19" ]
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
sudo apt-get update sudo apt-get update
sudo apt-get --only-upgrade install adcli sudo apt-get --only-upgrade install adcli
else else
@ -1836,6 +1837,7 @@ read -r ADMIN
if [ "$var" -eq "19" ] if [ "$var" -eq "19" ]
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
sudo apt-get update sudo apt-get update
sudo apt-get --only-upgrade install adcli sudo apt-get --only-upgrade install adcli
else else