yagmurs / AzureStack-VM-PoC

66 stars 71 forks source link

Failure to download configuration script #23

Open mattcowen opened 3 years ago

mattcowen commented 3 years ago

In post-config.ps1 the following request is 404

Invoke-Webrequest http://bit.ly/configasdk -UseBasicParsing -OutFile (Join-Path -Path $AsdkConfigurator.path -ChildPath ConfigASDK.ps1) -Verbose

mattcowen commented 3 years ago

if this is going to take a dependency on a script it's probably best to fork the source repo and take it from there