https://github.com/mendhak/automated-wsl2-dev-setup
https://github.com/mendhak/automated-wsl2-dev-setup
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/automated-wsl2-dev-setup
- Owner: mendhak
- Created: 2021-05-09T11:15:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T12:41:21.000Z (over 4 years ago)
- Last Synced: 2025-02-12T06:38:49.028Z (11 months ago)
- Language: PowerShell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sets up WSL2 with Ubuntu 20.04. Configures Ubuntu, installs Docker Desktop.
To run it,
```
powershell -executionpolicy bypass -file .\preparewsl2.ps1
```
A reboot is required in between. The script will also prompt you for a username and password to use in the Ubuntu setup.