forked from Shinonome/dots-hyprland
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:
@@ -33,7 +33,7 @@
|
|||||||
- **Prerequisite**: Your system works. That's it. You don't have to reinstall your system!
|
- **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:
|
- **Automatic**, but guided and transparent, installation for Arch(-based) Linux:
|
||||||
```bash
|
```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:
|
- **Manual** installation, other distros and more:
|
||||||
- See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/)
|
- See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/)
|
||||||
|
|||||||
Reference in New Issue
Block a user