PsUWI

0.9.2

A PowerShell Helper to create testing Ubuntu instances on WSL.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PsUWI

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PsUWI

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 Patrick Wu. All rights reserved.

Package Details

Author(s)

  • Patrick Wu

Tags

wsl ubuntu

Functions

New-UbuntuWSLInstance Remove-UbuntuWSLInstance Remove-AllUbuntuWSLInstances

Dependencies

This module has no dependencies.

Release Notes

# 0.9.2

- Automatically set up user in registry so `wsl -u` no longer necessary.

# 0.9.1

- Shotcuts created by the distros generated by PsUWI will also be removed.

# 0.9.0

- Fix a small issue that wrong arch tarball is downloaded;
- Add support for WSL1 only Windows 10 version.

# 0.8.1

- no longer uses -Slient in -NonInteractive.

# 0.8.0

- Add -Silent, -NonInteracitve and -AdditionalPkg
- Fix several small issues

# 0.5.0

- Fix the user creation issue;
- Fix the issue that when using RootOnly, nothing will shown;
- Fix a issue that cause folder switch when $env:HOME is not set;
- Add -EnableProposed and -EnableSource.

# 0.2.1

- defaults to wsl2 now;
- sudo works in bionic now;
- if AdditionalPPA is empty, PPA addtion will not be executed.

# 0.2.0

Remove some old code; Add a new AdditionalPPA parameter.

# 0.1.1

Fix switch option and grammar fixes

# 0.1.0

First Release

FileList

Version History

Version Downloads Last updated
0.9.2 (current version) 256 5/11/2021
0.9.1 21 4/27/2021
0.9.0 23 3/3/2021
0.8.1 53 11/4/2020
0.8.0 23 8/17/2020
0.5.0 19 7/21/2020
0.2.1 22 6/24/2020
0.2.0 17 6/11/2020
0.1.1 26 4/30/2020
0.1.0 20 4/29/2020
Show more