mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Added support for ubuntu 19 - 19.10
This commit is contained in:
parent
8abb52b85a
commit
8c6aac5372
@ -624,6 +624,7 @@ read -r ADMIN
|
||||
if [ "$var" -eq "19" ]
|
||||
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
|
||||
else
|
||||
@ -1836,6 +1837,7 @@ read -r ADMIN
|
||||
if [ "$var" -eq "19" ]
|
||||
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
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user