This commit is contained in:
Michael Pfaff 2022-06-09 14:31:22 -04:00
parent 978517c53d
commit c885cd14ec
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
2 changed files with 1 additions and 1 deletions

BIN
bootstrap.lnk Normal file

Binary file not shown.

View File

@ -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) {