4 lines
592 B
PowerShell
4 lines
592 B
PowerShell
Invoke-WebRequest -Uri "http://www.ngtech.co.il/static/cloud-images/AlmaLinux-8-GenericCloud-latest.x86_64.vhdx" -OutFile "AlmaLinux-8-GenericCloud-latest.x86_64.vhdx"
|
|
Invoke-WebRequest -Uri "http://www.ngtech.co.il/static/cloud-images/jammy-server-cloudimg-amd64.vhdx" -OutFile "jammy-server-cloudimg-amd64.vhdx"
|
|
Invoke-WebRequest -Uri "http://www.ngtech.co.il/static/cloud-images/debian-11-generic-amd64.vhdx" -OutFile "debian-11-generic-amd64.vhdx"
|
|
Invoke-WebRequest -Uri "http://www.ngtech.co.il/static/cloud-images/debian-12-generic-amd64.vhdx" -OutFile "debian-12-generic-amd64.vhdx" |