Skip to content

Commit

Permalink
[Bug] Debian default (#6)
Browse files Browse the repository at this point in the history
* Added Debian installation

* Adjustment for debian default version
  • Loading branch information
rgryta authored Mar 3, 2023
1 parent 863ac29 commit 3a69c49
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Import-Module WSLTools -WarningAction SilentlyContinue

## Available functions

See examples under `example.ps1`. Open `example.bat` that will launch the PS script with elevated rights.
See example under `install-wsl.ps1`. Open `install-wsl.bat` that will launch the PS script with elevated access rights. (By the way) You can use this script to install WSL - should also work on Windows Home Editions and if it doesn't, please submit a ticket.

### Ensure-HyperV

Expand Down
4 changes: 2 additions & 2 deletions WSLTools/Public/WSL-Debian-Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ function WSL-Debian-Install
$version = Get-Select -Prompt "[OPER] Select which Debian distribution you'd like to install:" -Options $debian_vs
}
# Get latest
if (-not $Interactive) {
$version = "buster"
if (-not $Interactive) {
$version = "bullseye"
}

$debian_vs = "full","slim"
Expand Down
2 changes: 1 addition & 1 deletion WSLTools/WSLTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'WSLTools.psm1'

# Version number of this module.
ModuleVersion = '1.3.0'
ModuleVersion = '1.3.1'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3a69c49

Please sign in to comment.