mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -76,7 +76,7 @@ case ${myCURRENT_DISTRIBUTION} in
|
|||||||
chmod 440 /etc/sudoers.d/${myUSER}"
|
chmod 440 /etc/sudoers.d/${myUSER}"
|
||||||
else
|
else
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y cracklib ${myPACKAGES}
|
sudo apt install -y cracklib-runtime ${myPACKAGES}
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"openSUSE Tumbleweed")
|
"openSUSE Tumbleweed")
|
||||||
@ -84,7 +84,7 @@ case ${myCURRENT_DISTRIBUTION} in
|
|||||||
echo ${myINSTALL_NOTIFICATION}
|
echo ${myINSTALL_NOTIFICATION}
|
||||||
echo
|
echo
|
||||||
sudo zypper refresh
|
sudo zypper refresh
|
||||||
sudo zypper install -y ${myPACKAGES}
|
sudo zypper install -y cracklib ${myPACKAGES}
|
||||||
echo "export ANSIBLE_PYTHON_INTERPRETER=/bin/python3" | sudo tee /etc/profile.d/ansible.sh >/dev/null
|
echo "export ANSIBLE_PYTHON_INTERPRETER=/bin/python3" | sudo tee /etc/profile.d/ansible.sh >/dev/null
|
||||||
source /etc/profile.d/ansible.sh
|
source /etc/profile.d/ansible.sh
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user