You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download this repository (or a tarball) and copy the four scripts - books, update_libgen, refresh_libgen and tm (only needed when using the transmission-daemon torrent client) - into a directory which is somewhere on your $PATH ($HOME/bin would be a good spot).
I downloaded the repository somewhere else and I created symlinks to the four scripts - books, update_libgen, refresh_libgen and tm in the folder /home/nikhil/opt/bin, which is in PATH, but I get the following error:
$ refresh_libgen
/home/nikhil/opt/bin/books_functions not found
/home/nikhil/opt/bin/refresh_libgen: line 1: trap_clean: command not found
Possible solution
If a symlink of these scripts are created it should resolve to original location of the script.
The text was updated successfully, but these errors were encountered:
I downloaded the repository somewhere else and I created symlinks to the four scripts - books, update_libgen, refresh_libgen and tm in the folder
/home/nikhil/opt/bin
, which is in PATH, but I get the following error:$ refresh_libgen /home/nikhil/opt/bin/books_functions not found /home/nikhil/opt/bin/refresh_libgen: line 1: trap_clean: command not found
Possible solution
If a symlink of these scripts are created it should resolve to original location of the script.
The text was updated successfully, but these errors were encountered: