chore: make setup url compatible with fish shell

as fish is a non-posix-compliant shell, it doesn't support bash syntax like bash <(), so i have changed the url to one that fish shell supports.
This commit is contained in:
Hari Chalise
2025-06-05 00:25:28 +05:45
parent b5ac985b7d
commit 663c3483be
+1 -1
View File
@@ -33,7 +33,7 @@
- **Prerequisite**: Your system works. That's it. You don't have to reinstall your system!
- **Automatic**, but guided and transparent, installation for Arch(-based) Linux:
```bash
bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh")
bash -c "$(curl -s https://end-4.github.io/dots-hyprland-wiki/setup.sh)"
```
- **Manual** installation, other distros and more:
- See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/)