From 5a7c4b54e6a0cdba43d58c490ac885d4deceac2f Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 30 Jun 2023 23:49:47 +0200 Subject: [PATCH] tweaking --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e95c9549..de581114 100755 --- a/install.sh +++ b/install.sh @@ -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 ;;