๐ Bug Report: Source not found of powershell script for window
ayaan-qadri opened this issue ยท 2 comments
ayaan-qadri commented
๐ Reproduction steps
-
administrative power shell
-
iwr -useb https://appwrite.io/cli/install.ps1 | iex
or
-
iwr
๐ Expected behavior
https://appwrite.io/cli/install.ps1 endpoint should contains powershell script (ps1)
๐ Actual Behavior
https://appwrite.io/cli/install.ps1 endpoint does not contains powershell script(ps1) so it is giving an error or this endpoint does not exists so that is why it is returning appwrite's 404 page.
๐ฒ Appwrite version
Version 1.5.x
๐ป Operating system
Windows
๐งฑ Your Environment
No response
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
stnguyen90 commented
@ayaan-qadri, thanks for creating this issue! ๐๐ผ It looks like we have a redirect for https://appwrite.io/cli/install.sh, but we're missing one for https://appwrite.io/cli/install.ps1.
ayaan-qadri commented
@stnguyen90, What about .ps1 file? has it not written as well or is it just missing the redirect instructions?