Added bash-completion rpm to build instructions.

This commit is contained in:
Thorsten Scherf 2016-02-02 19:22:31 +01:00 committed by Alexander Bokovoy
parent 0db3a56933
commit 7f187146c7

2
ipa.sh
View File

@ -1,5 +1,5 @@
#!/bin/bash
sudo dnf install -y freeipa-server freeipa-server-dns sssd-dbus mod_lookup_identity mod_authnz_pam haveged nmap-ncat nano pamtester
sudo dnf install -y freeipa-server freeipa-server-dns sssd-dbus mod_lookup_identity mod_authnz_pam haveged nmap-ncat nano pamtester bash-completion
sudo systemctl enable haveged
sudo sh -c "echo 'PS1=\"[\u@\h]\\\\$ \"' >> /etc/profile"
sudo sh -c "echo 'PS1=\"[\h]\\\\$ \"' >> /etc/bashrc"