toddos
Contributor
- Joined
- Aug 18, 2012
- Messages
- 178
We may need to update the package for Lazy Librarian - the github repo it pulls from is gone.
There's a new depot here, though it hasn't been terribly active. You can change it out yourself pretty easily:
- Grab the tarball -- fetch https://github.com/herman-rogers/LazyLibrarian-1/tarball/master
- untar it -- tar -zxvf master
- Stop LL -- service lazylibrarian stop
- rename or delete the existing /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian directory
- Copy the full contents of the untarred directory to /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian
- chown -R media:media /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian
- Start LL -- service lazylibrarian start
- Hit the website and do the prompted version update.
Or just follow this, replacing the github url, the service name, the paths, and the users with the appropriate info from above.