Browse Source

Include version number in menu

master
LoganDark 2 years ago
parent
commit
393f46ead8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install-wsl.psm1

+ 1
- 1
install-wsl.psm1 View File

@ -365,7 +365,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