Skip to content

v1.0.2 - Fix Remote Installation

Choose a tag to compare

@croustibat croustibat released this 04 Jan 09:50
· 1 commit to main since this release

Fixed

  • Remote installation now works correctly (fixes #1)
    • Scripts now detect if running via pipe (curl | bash or irm | iex)
    • When running remotely, config files are downloaded directly from GitHub
    • When running locally (cloned repo), existing file-copy behavior is preserved

Installation

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.ps1 | iex