clarify how to disable anti-virus safely during setup
This commit is contained in:
parent
e6269e5ae9
commit
240d0759d6
|
@ -80,13 +80,15 @@ procedure should be a fairly safe way to do that:
|
||||||
|
|
||||||
@item Run setup to download and extract all the tar files.
|
@item Run setup to download and extract all the tar files.
|
||||||
|
|
||||||
@item Re-activate your anti-virus software and scan everything
|
@item Re-activate your anti-virus software and scan everything
|
||||||
in C:\cygwin (or wherever you chose to install).
|
in C:\cygwin (or wherever you chose to install). If you're concerned
|
||||||
|
about a malicious package, say if a mirror is compromised, then you
|
||||||
|
should scan your entire hard disk after running setup.
|
||||||
|
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
This should be safe, as long as nobody substitutes a malicious
|
This should be safe provided setup.exe is not substituted by something
|
||||||
@code{setup.exe}!
|
malicious.
|
||||||
|
|
||||||
@subsection What packages should I download?
|
@subsection What packages should I download?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue