refactor!: namespace downloads to ~/Downloads/webi on Windows
[webi-installers/.git] / wsl.bak / install.ps1
index 23c3ba9ab64e0fbd35543f7b84383d84803a7ef8..f255d977a7865e53d552c8c2b737f08d91cca678 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env pwsh
 
-curl.exe -s "https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi" -o "$Env:USERPROFILE\Downloads\wsl_update_x64.msi"
-msiexec /a "$Env:USERPROFILE\Downloads\wsl_update_x64.msi" /qb TARGETDIR="C:\temp"
+curl.exe -s "https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi" -o "$Env:USERPROFILE\Downloads\webi\wsl_update_x64.msi"
+msiexec /a "$Env:USERPROFILE\Downloads\webi\wsl_update_x64.msi" /qb TARGETDIR="C:\temp"
 copy C:\temp\System32\lxss\tools\kernel C:\Windows\System32\lxss\tools\
 
 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart