We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
@Manavgupta12 Just tested exactly this command. And it's working fine. Can you try again and make sure that you have an internet connection.
Sorry, something went wrong.
Ok but its not showing on boot menu it was installed fully
Can you share a screenshot?
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 fish-shell/fish-shell#5181)
Thanks for testing. I will create an AUR package for the starter soon.
mylinuxforwork
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: