appwrite/sdk-for-cli

๐Ÿ› Bug Report: Install script endpoint raises 404

baskrahmer opened this issue ยท 0 comments

๐Ÿ‘Ÿ 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?