From c885cd14ec18c102fba95f671793f94c03281c23 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 9 Jun 2022 14:31:22 -0400 Subject: [PATCH] better --- bootstrap.lnk | Bin 0 -> 187 bytes bootstrap.ps1 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bootstrap.lnk diff --git a/bootstrap.lnk b/bootstrap.lnk new file mode 100644 index 0000000000000000000000000000000000000000..9c4d172535e5791bac817f19640948cb9a44497f GIT binary patch literal 187 zcmeZaU|?VrVFHp23etBw9aYkxRj)Japer|4JUW!6;Vu?ahett=DNl{{fUO};; NLJg9-7!*5@H~{BiAN2qL literal 0 HcmV?d00001 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) {