appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
91 stars 26 forks source link

🐛 Bug Report: Install script endpoint raises 404 #100

Closed baskrahmer closed 5 months ago

baskrahmer commented 1 year ago

👟 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?