I setup Calibre Server to run on an Ubuntu 16x server. I installed Calibre using this command:
sudo -v && wget -nv -O-
https://raw.githubusercontent.com/ko...x-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
My question is, since I did not use the apt-get process of installing Calibre, how do I go about updating Calibre when new versions come out? I'm assuming I do not simply re-run the same command and I'm hoping someone can point me in the right direction.