Browse Source

fix missing quote in batch script

master
LoganDark 2 years ago
parent
commit
df49e69e2e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      InstallWSL-Launcher.bat

+ 1
- 1
InstallWSL-Launcher.bat View File

@ -1 +1 @@
powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause
powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause"

Loading…
Cancel
Save