mirror of
https://github.com/spirit-x64/scripts.git
synced 2024-11-23 23:43:10 +03:00
make curl show errors and fail
This commit is contained in:
parent
3d47dc1fb7
commit
4ead542959
@ -23,7 +23,7 @@ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux
|
|||||||
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
|
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
|
||||||
|
|
||||||
echo downloading wsl_update_x64...
|
echo downloading wsl_update_x64...
|
||||||
curl.exe -Ls --remote-name --remove-on-error https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
|
curl.exe -LSfs --remote-name --remove-on-error https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
|
||||||
wsl_update_x64.msi
|
wsl_update_x64.msi
|
||||||
del "wsl_update_x64.msi"
|
del "wsl_update_x64.msi"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user