os/linux/diagnostic: make check_for_symlinked_home doctor-only.

This avoids printing it every time a `brew install` is run.
This commit is contained in:
Mike McQuaid 2025-08-19 08:30:06 +01:00
parent 99cdd7d8c0
commit 59f0197450
No known key found for this signature in database

View File

@ -29,7 +29,6 @@ module OS
check_glibc_minimum_version
check_kernel_minimum_version
check_supported_architecture
check_for_symlinked_home
].freeze
end