View Single Post
Old 03-07-2014, 12:23 PM   #1
setherd
Sleep Tech
setherd began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Jul 2009
Location: Florida
Device: andorid, nook simple touch
Are there problems with switching to default install directory on linux?

I run Linux Mint 16 using Calibre.

For a while now I've used my own script to update calibre.

Code:
#/bin/sh

killall calibre
python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/home/seth/calibre-prog')"
I can keep doing this. But I was thinking maybe just doing things the default way may be better with the changes in 1.26???

If I just downloaded the installer and ran it would it be a clean install and know nothing of my databases?

Any advantages to using it the default way?

thanks!
setherd is offline   Reply With Quote