Skip to content

Instantly share code, notes, and snippets.

@vbrozik
Last active May 17, 2022 22:22
Show Gist options
  • Save vbrozik/d4750ea264c5ca9b0d189d08e7ec69b2 to your computer and use it in GitHub Desktop.
Save vbrozik/d4750ea264c5ca9b0d189d08e7ec69b2 to your computer and use it in GitHub Desktop.
WSL Ubuntu preparation
#!/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