mylinuxforwork / hyprland-starter

The ML4W Hyprland Starter - The perfect starting point for your Hyprland experiments. Easy to install, simple to configure.
GNU General Public License v3.0
266 stars 30 forks source link

Redirection target error #15

Open Manavgupta12 opened 2 months ago

Manavgupta12 commented 2 months ago

wHEN I TRY TO PASTE THE COMMAND FROM GITHUB IT SHOWS THIS Invalid redirection target: bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-starter/main/setup.sh)

mylinuxforwork commented 2 months ago

@Manavgupta12 Just tested exactly this command. And it's working fine. Can you try again and make sure that you have an internet connection.

Manavgupta12 commented 2 months ago

Ok but its not showing on boot menu it was installed fully

mylinuxforwork commented 2 months ago

Can you share a screenshot?

JoeArcher007 commented 1 month ago

So, I too ran into this issue, and it's not an issue with hyprland-starter, it's more an issue of if you have fish shell running rather than bash.

@Manavgupta12

When you get a chance, you should try to do:

bash (curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-starter/main/setup.sh | psub)

This should then run the script for you without the redirection error.

(Shout out to Faho here at this issue https://github.com/fish-shell/fish-shell/issues/5181)

mylinuxforwork commented 1 month ago

Thanks for testing. I will create an AUR package for the starter soon.