Improve vulnerability notifier

This commit is contained in:
2025-08-08 18:30:12 +01:00
parent cef46c8b1e
commit 7761e3282c
2 changed files with 7 additions and 0 deletions

View File

@@ -106,7 +106,10 @@ if [ $W_MAIN = "flatpak" ]; then
fi
if [ $W_MAIN = "vulns" ]; then
printf "%b\n" "${CYAN}[I]${NC} Packages that contain known vulnerabilities:"
arch-audit
printf "\n%b\n" "${RED}[I]${NC} Packages that can be fixed by updating:"
arch-audit -u
fi
if [ $W_MAIN = "paru" ]; then