This commit is contained in:
Marco Ochse 2023-06-30 23:49:47 +02:00
parent 3eead2740e
commit 5a7c4b54e6

View file

@ -76,7 +76,7 @@ case ${myCURRENT_DISTRIBUTION} in
chmod 440 /etc/sudoers.d/${myUSER}"
else
sudo apt update
sudo apt install -y cracklib ${myPACKAGES}
sudo apt install -y cracklib-runtime ${myPACKAGES}
fi
;;
"openSUSE Tumbleweed")
@ -84,7 +84,7 @@ case ${myCURRENT_DISTRIBUTION} in
echo ${myINSTALL_NOTIFICATION}
echo
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
source /etc/profile.d/ansible.sh
;;