Browse Source

see previous commit

master
LoganDark 2 years ago
parent
commit
cc559afd88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install-wsl.bat

+ 1
- 1
install-wsl.bat View File

@ -1,2 +1,2 @@
@echo off
powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0InstallWSL.psm1; Install-WSLInteractive; pause"
powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0install-wsl.psm1; Install-WSLInteractive; pause"

Loading…
Cancel
Save