5 Commits

3 changed files with 7 additions and 3 deletions
Split View
  1. +1
    -1
      README.md
  2. BIN
      data/screenshot.png
  3. +6
    -2
      install-wsl.psm1

+ 1
- 1
README.md View File

@ -18,7 +18,7 @@ You can also just double-click the .bat file, and it'll open the main menu (the
## Flags for Non-Interactive Installations
This script also includes extra flags for non-interactive insallations. They can be viewed by specifying the `--help` flag.
This script also includes extra flags for non-interactive installations. They can be viewed by specifying the `--help` flag.
```
Usage: install-wsl.bat --help


BIN
data/screenshot.png View File

Before After
Width: 2546  |  Height: 1474  |  Size: 83 KiB Width: 2546  |  Height: 1474  |  Size: 84 KiB

+ 6
- 2
install-wsl.psm1 View File

@ -1,3 +1,7 @@
# Created for Windows 10 AME version 20H2
# Script version: 1.0.0
# Author: Logan Darklock <logandarklock+ame@gmail.com> (no spam please)
# https://stackoverflow.com/a/34559554/
function New-TemporaryDirectory {
$parent = [System.IO.Path]::GetTempPath()
@ -132,7 +136,7 @@ Workflow Install-WSL {
# once in a row. For example if you are installing multiple distros
# Should work okay...
Write-Information 'Restart your computer in 30 seconds or it will explode'
Write-Information 'Please restart your computer to continue the installation'
'restart-needed'
Suspend-Workflow
@ -365,7 +369,7 @@ function Install-WSLInteractive {
while ($Menu -ne 'exit') {
Clear-Host
# 80 chars: ' '
Write-Host ' :: WSL INSTALL SCRIPT FOR WINDOWS 10 AME'
Write-Host ' :: WSL INSTALL SCRIPT FOR WINDOWS 10 AME v1.0.0'
Write-Host ''
Write-Host ' This script will help you install Windows Subsystem for Linux on your'
Write-Host ' ameliorated installation of Windows 10'


Loading…
Cancel
Save