diff --git a/bootstrap.lnk b/bootstrap.lnk new file mode 100644 index 0000000..9c4d172 Binary files /dev/null and b/bootstrap.lnk differ diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 2645331..93aacbe 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -7,7 +7,7 @@ if (Get-Command "./python/python.exe" -ErrorAction SilentlyContinue) { } else { if (Get-Command "./python.zip" -ErrorAction SilentlyContinue) { } else { - curl "https://www.python.org/ftp/python/3.10.5/python-3.10.5-embed-amd64.zip" --output ./python.zip + curl -Uri "https://www.python.org/ftp/python/3.10.5/python-3.10.5-embed-amd64.zip" -OutFile ./python.zip } if (Get-Command "./python" -ErrorAction SilentlyContinue) {