Streamerbot / sb-linux-installer

Install shell script to easily setup Streamer.bot with wine on Linux
https://streamer.bot
GNU General Public License v3.0
17 stars 3 forks source link

./install.sh: line 82: [: too many arguments #9

Closed MichaelGame-Dev closed 7 months ago

MichaelGame-Dev commented 7 months ago

I tried to run UNINSTALL=1 ./install.sh and I got this error.

./install.sh: line 82: [: too many arguments
cannot determine how to add /home/michael/.local/bin to /home/michael/.config/emacs/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Whipstickgostop commented 7 months ago

You should ensure that .local/bin is in your $PATH, the script is failing to add it for you

https://github.com/Streamerbot/sb-linux-installer?tab=readme-ov-file#paths

MichaelGame-Dev commented 7 months ago

You should ensure that .local/bin is in your $PATH, the script is failing to add it for you

https://github.com/Streamerbot/sb-linux-installer?tab=readme-ov-file#paths

Thanks, I'll try this and see if it fixes the issue of not being able to launch in general. Otherwise, I'll try to uninstall after this change then reinstall and see if that helps at all.