Browse Source

Add maintainer and version at the top of the script

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

+ 4
- 0
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()


Loading…
Cancel
Save