From 195e9686a998536fa9f5dfb5e8846587b0c15253 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 10 Aug 2023 03:04:45 -0700 Subject: [PATCH] Add libpam-pwquality Signed-off-by: Tommy --- Ubuntu-22.04-Server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu-22.04-Server.sh b/Ubuntu-22.04-Server.sh index 14f7ce2..8c95a38 100644 --- a/Ubuntu-22.04-Server.sh +++ b/Ubuntu-22.04-Server.sh @@ -10,7 +10,7 @@ sudo usg fix cis_level2_server #Install packages sudo apt update -y sudo apt full-upgrade -y -sudo apt install -y curl fwupd resolveconf tuned unbound +sudo apt install -y curl fwupd libpam-pwquality tuned unbound #Setup tuned sudo tuned-adm profile virtual-guest @@ -123,4 +123,4 @@ sudo systemctl daemon-reload sudo systemctl enable --now fwupd-refresh.timer # Enable fstrim.timer -sudo systemctl enable --now fstrim.timer \ No newline at end of file +sudo systemctl enable --now fstrim.timer