Update install.MD

This commit is contained in:
Vassiliy Yegorov
2024-04-21 21:55:48 +07:00
committed by GitHub
parent 3141eeed20
commit 26034a6cb8

View File

@@ -100,7 +100,7 @@ apt update && apt upgrade -y
apt-get install freeipa-client
ipa-client-install --mkhomedir --hostname=`hostname -f` \
--server=id1.bildme.local --server=id2.bildme.local --bildme=bildme.local --realm=BILDME.LOCAL \
--server=id1.bildme.local --server=id2.bildme.local --domain=bildme.local --realm=BILDME.LOCAL \
--ntp-server=192.168.9.42 --ntp-server=192.168.9.45
```