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