ajmandourah / bazarr-sync

Bulk sync your subtitles via Bazarr.
41 stars 1 forks source link

unable to install on debian 12 #2

Closed madejackson closed 2 months ago

madejackson commented 3 months ago

Hi, I'm unable to install this on debian 12.

bazarr-sync is never recognized as a command.

When I restart the shell, go is gone as well.

ajmandourah commented 3 months ago

It seems like you have installed it via go. One quirk with go is your gopath needed to be added in your PATH variable.

Check this out https://go.dev/wiki/SettingGOPATH#bash I will add this to the Readme as well Lemme know if it worked.