Last active
May 17, 2022 22:22
-
-
Save vbrozik/d4750ea264c5ca9b0d189d08e7ec69b2 to your computer and use it in GitHub Desktop.
WSL Ubuntu preparation
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
#!/bin/sh | |
# Prepares freshly installed WSL | |
# Written for: | |
# WLS2, Ubuntu 22.04 | |
sudo apt update | |
sudo apt install wslu | |
# TODO: | |
# Use PPA? https://launchpad.net/~wslutilities/+archive/ubuntu/wslu | |
# Register | |
# Add functions, aliases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment