-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with usage information
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Install WSL2 | ||
These scripts enable WSL2 on Windows and downloads/installs Debian without the need to interact with the Microsoft Store. | ||
|
||
This is based on the instructions provided here: https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps | ||
|
||
> Note: There are 2 separate manual stages because on my machine I'm not allowed to create a `Workflow` that does a `Register-ScheduledJob` to continue working after a restart. | ||
## How to use: | ||
* Open a `PowerShell`-terminal, and run `stage1`: | ||
``` | ||
iwr https://raw.githubusercontent.com/irsital/install-wsl2/main/stage1.ps1 | iex | ||
``` | ||
* ***Restart machine*** | ||
* Open a `PowerShell`-terminal, and now run `stage2` | ||
``` | ||
iwr https://raw.githubusercontent.com/irsital/install-wsl2/main/stage2.ps1 | iex | ||
``` |