This file contains hidden or 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
# MIT License | |
# Copyright (c) 2022 robbieh | |
# See https://mit-license.org/ for details about MIT License | |
# I live in a Raspian, Ubuntu, WSL bubble | |
# so this might be of limited use to that world outside | |
# the bubble I live in. | |
#cat /proc/version | |
#cat /etc/issue |
This file contains hidden or 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
# MIT License | |
# Copyright (c) 2022 robbieh | |
# See https://mit-license.org/ for details about MIT License | |
# Prep WSL # WSL is getting easier to install. Yah!! | |
wsl --install | |
#dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
#dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
# wsl --install -d ubuntu # wsl --instal now defaults to ubuntu (no *nix pref) and WSL2 |