-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Description
Describe the bug
the installation script for windows gives 404
To Reproduce
run the command in the docs
powershell -Command "irm https://get.daytona.io/windows | iex"
and it would return
PS C:\Users\user\Documents\testing> irm https://get.daytona.io/windows | iex
irm : The remote server returned an error: (404) Not Found.
At line:1 char:1
+ irm https://get.daytona.io/windows | iex
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommandGoing to the "https://get.daytona.io/windows" link gives a 404

Metadata
Metadata
Assignees
Labels
No labels