Closed baskrahmer closed 5 months ago
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
curl -sL https://appwrite.io/cli/install.sh | bash
Have a working version of the CLI installed on your system.
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
curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash
Appwrite Cloud
Linux
N/A
👟 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?
🏢 Have you read the Code of Conduct?