Last active
December 21, 2020 11:01
-
-
Save dariuszparys/0dbe80a15596c127f5e00ed4c4f34c5b to your computer and use it in GitHub Desktop.
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
choco install Microsoft-Windows-Subsystem-Linux --source windowsfeatures | |
Invoke-WebRequest -Uri https://aka.ms/wsl-debian-gnulinux -OutFile ~/Debian.appx -UseBasicParsing | |
Add-AppxPackage -Path ~/Debian.appx | |
RefreshEnv | |
Debian install --root | |
Debian run apt update | |
Debian run apt upgrade -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment