Last active
October 20, 2022 12:24
-
-
Save skounis/9cb081090df4490155802fb1e1210884 to your computer and use it in GitHub Desktop.
WSL2 Install Ubuntu with Text User Interface
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
:: Download Ubuntu 22.04 from Microsoft Store | |
:: Launch Ubuntu 22.04. The Ubuntu installation GUI window will be black. Close it. | |
:: Open PowerShell and start the setup in TUI mode | |
sl --shutdown | |
wsl --unregister Ubuntu-22.04 | |
ubuntu2204.exe --ui=tui | |
:: See | |
:: https://github.com/microsoft/WSL/issues/8525 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment