From f96a4ede3c237b539954bfaf845cebb95d3314ad Mon Sep 17 00:00:00 2001 From: mangesh Date: Fri, 14 Nov 2025 11:30:04 +0530 Subject: [PATCH] freeipa installation --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.sh b/install.sh index c43e4d4..cfef977 100644 --- a/install.sh +++ b/install.sh @@ -59,3 +59,12 @@ sudo systemctl enable cups.service sudo systemctl start cups.service sudo lpadmin -p MFC7860DW -E -v socket://10.0.1.10 -P /usr/share/cups/model/MFC7860DW.ppd sudo brsaneconfig4 -a name=Brother_MFC7860DW model=MFC-7860DW ip=10.0.1.10 + + +#update system +garuda-update + +#install freeipa client +#first install the required dependencies through yay +yay -S --noconfirm authselect certmonger oddjob-selinux autofs +sudo pacman -S freeipa-client \ No newline at end of file