mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
046daafcec
commit
68301c0525
@ -20,9 +20,9 @@ sudo
|
|||||||
ubuntuclient16(){
|
ubuntuclient16(){
|
||||||
export HOSTNAME
|
export HOSTNAME
|
||||||
myhost=$( hostname )
|
myhost=$( hostname )
|
||||||
sudo aptitude install realmd adcli sssd
|
sudo apt-get install realmd adcli sssd -y
|
||||||
sudo aptitude install ntp
|
sudo apt-get install ntp -y
|
||||||
|
clear
|
||||||
echo "Please enter the domain you wish to join: "
|
echo "Please enter the domain you wish to join: "
|
||||||
read DOMAIN
|
read DOMAIN
|
||||||
echo "please enter Your domain’s NetBios name"
|
echo "please enter Your domain’s NetBios name"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user