Portal Home > Knowledgebase > How-to > Seedboxes > Other software > CouchPotato update-upgrade
Please log in to your SSH and use the command given below to update your couchpotato to the latest version:
cd ~/software/; pkill -f -9 CouchPotato.py; rm -R ~/software/CouchPotatoServer/; git clone -q https://github.com/CouchPotato/CouchPotatoServer.git; bash ~/software/cron/couchpotato
If you want to update to a specific version, not to the latest one, please use the command given below, and in the wget command you need to change the URL to suit your version:cd ~/software/; pkill -f -9 CouchPotato.py; rm -R ~/software/CouchPotatoServer/; wget -qO couchpotato.tar.gz https://github.com/CouchPotato/CouchPotatoServer/archive/build/3.0.0.tar.gz;
tar -xf couchpotato.tar.gz; mv CouchPotatoServer-* CouchPotatoServer; bash ~/software/cron/couchpotato; rm couchpotato.tar.gz
Add to Favourites
Print this Article
Powered by WHMCompleteSolution