v1.0.2 - Fix Remote Installation
Fixed
- Remote installation now works correctly (fixes #1)
- Scripts now detect if running via pipe (
curl | bashorirm | iex) - When running remotely, config files are downloaded directly from GitHub
- When running locally (cloned repo), existing file-copy behavior is preserved
- Scripts now detect if running via pipe (
Installation
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/croustibat/zed-for-laravel/main/scripts/install.ps1 | iex