View Single Post
Old 03-20-2014, 01:35 AM   #30
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by Gregg Bell View Post
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 View Post
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
Attached Files
File Type: gz calibre-upgrade.sh.gz (422 Bytes, 175 views)
File Type: gz calibre-upgrade.sh.tar.gz (554 Bytes, 166 views)

Last edited by eschwartz; 03-20-2014 at 02:21 AM.
eschwartz is offline   Reply With Quote