Skip to content

Windows CLI installation command returns 404 #3480

@Abdallah-Alwarawreh

Description

@Abdallah-Alwarawreh

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.InvokeRestMethodCommand

Going to the "https://get.daytona.io/windows" link gives a 404
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions