Merge branch 'nvm-sh:master' into master

This commit is contained in:
Ricky Bobby 2024-02-19 10:05:55 -05:00 committed by GitHub
commit 61069e6c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1037,7 +1037,7 @@ This could simply be solved by running this in your root directory:
sudo chattr +i /etc/resolv.conf
```
This deletes your `resolv.conf` file that is automatically generated when u run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
This deletes your `resolv.conf` file that is automatically generated when you run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
You can check the contents of the file by running: