From 6ae31aedae3fc29747b2515b3d25b8692454d06f Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 8 Jan 2026 17:17:32 -0500 Subject: [PATCH] Update message --- migrations/1766942230.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1766942230.sh b/migrations/1766942230.sh index cb640f6e..7e51c021 100644 --- a/migrations/1766942230.sh +++ b/migrations/1766942230.sh @@ -4,7 +4,7 @@ echo "Migrate legacy NVIDIA GPUs to nvidia-580xx driver (if needed)" NVIDIA="$(lspci | grep -i 'nvidia')" if echo "$NVIDIA" | grep -qE "GTX 9|GTX 10"; then if ! pacman -Qq | grep -qE '^linux(-[a-z0-9]+)?-headers$'; then - echo "Skipping: no linux headers package installed (required for DKMS drivers)" + echo "Error: no linux headers package installed (required for DKMS drivers). Please install the appropriate headers and re-run this migration." exit 1 fi