Skip to content

Commit 3a69c49

Browse files
authored
[Bug] Debian default (#6)
* Added Debian installation * Adjustment for debian default version
1 parent 863ac29 commit 3a69c49

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Import-Module WSLTools -WarningAction SilentlyContinue
1919

2020
## Available functions
2121

22-
See examples under `example.ps1`. Open `example.bat` that will launch the PS script with elevated rights.
22+
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.
2323

2424
### Ensure-HyperV
2525

WSLTools/Public/WSL-Debian-Install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function WSL-Debian-Install
4747
$version = Get-Select -Prompt "[OPER] Select which Debian distribution you'd like to install:" -Options $debian_vs
4848
}
4949
# Get latest
50-
if (-not $Interactive) {
51-
$version = "buster"
50+
if (-not $Interactive) {
51+
$version = "bullseye"
5252
}
5353

5454
$debian_vs = "full","slim"

WSLTools/WSLTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'WSLTools.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.0'
15+
ModuleVersion = '1.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop', 'Core'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)