๐ Bug Report: Install script endpoint raises 404
baskrahmer opened this issue ยท 0 comments
baskrahmer commented
๐ Reproduction steps
Visit this page: https://appwrite.io/cli/install.sh
Required for a manual installation per instructions in the README/documentation:
curl -sL https://appwrite.io/cli/install.sh | bash
๐ Expected behavior
Have a working version of the CLI installed on your system.
๐ Actual Behavior
The shell script no longer seems to be hosted on the web endpoint.
A workaround for now is to use the source file from the repo:
curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash
๐ฒ Appwrite version
Appwrite Cloud
๐ป Operating system
Linux
๐งฑ Your Environment
N/A
๐ 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