rafaelmardojai / firefox-gnome-theme

A GNOME👣 theme for Firefox🔥
The Unlicense
3.42k stars 157 forks source link

Probably an issue with the script #681

Closed cleveHEX closed 9 months ago

cleveHEX commented 11 months ago

Describe the bug Look at the script output:

cleve@pk-nova:~$ curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  294k    0  294k    0     0   170k      0 --:--:--  0:00:01 --:--:--  280k
Firefox installation folder found
'profiles.ini' found in /home/cleve/.mozilla/firefox
Finding all available profiles
Installing DEFAULT theme for ofe8wx5o.default profile.
./scripts/install.sh: řádek 30: $(tty): nejednoznačné přesměrování
Copying repo in /home/cleve/.mozilla/firefox/ofe8wx5o.default/chrome
No theme set, using default adwaita.
No theme set, using default adwaita.
Set configuration to user.js file
Done.
Installing DEFAULT theme for 7glo6obw.default-release profile.
./scripts/install.sh: řádek 30: $(tty): nejednoznačné přesměrování
Copying repo in /home/cleve/.mozilla/firefox/7glo6obw.default-release/chrome
No theme set, using default adwaita.
No theme set, using default adwaita.
Set configuration to user.js file
Done.

Says "line 30, unclear forwarding". Might be a Fedora 39 issue, but I don't know.

To Reproduce

  1. Use curled command.

Expected behavior

It does not show

Screenshots

Setup information

Additional context

cleveHEX commented 9 months ago

The line is echo "Installing theme in $PWD" >$(tty) is the >$(tty) really needed? I don't get the output in terminal anyway.

rafaelmardojai commented 9 months ago

Removed the whole line because it also was a repetitive. Does this now works fine?

cleveHEX commented 9 months ago

I think it should fix the issue, I have tried, but it probably uses the old release files, will try with new release.