Quote:
Originally Posted by Gregg Bell
Who the heck is Miriam Ruiz?
|
The name of the person listed as the maintainer for the Software Center version of calibre.
Quote:
Originally Posted by theducks
I open a Blank Txt file
I past the Calibre comand line into it
I save as getCalibre.sh
I right click on the file: Properties: permissions: tick 'Allow to execute..'
Now when I double click the Icon, I get asked if I want to run in a Terminal (click Yes)
(this is just a local copy so you don't have to always open the web page
BTW the permissions bit is just a GUI way of adding the x bit instead of using chmod
|
Basically, the
auto-update I suggested earlier, but this one is manual.
On that note, if you'd like to try it again, here is an updated upgrade script, and this should download it and install it in the right location:
Code:
sudo wget -O /tmp/calibre.tar.gz https://www.mobileread.com/forums/attachment.php?attachmentid=120506&d=1395295772
Code:
sudo tar -xzf /tmp/calibre.tar.gz -C /usr/
Then use this:
Code:
sudo EDITOR="gedit" crontab -e
to edit crontab, and add the at the end:
Code:
0 6 * * 5 /usr/bin/calibre-upgrade.sh > /dev/null 2>&1