Portal Home > Knowledgebase > How-to > Seedboxes > Other software > Subsonic update-upgrade
Please log in to your SSH and type the following command:
pkill -f -9 subsonic; cp ~/software/subsonic/subsonic.sh ~;cp ~/software/subsonic/db/subsonic.data ~;rm -R ~/software/subsonic; mkdir -p ~/software/subsonic/db; cd ~/software/subsonic; wget -q https://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$(curl -s http://www.subsonic.org/pages/download.jsp | grep Subsonic | grep fa-download | head -1 | grep -o "[0-9].[0-9].[0-9]")-standalone.tar.gz; tar -xf subsonic-*-standalone.tar.gz; rm -f subsonic-*-standalone.tar.gz; cp ~/subsonic.sh ~/software/subsonic; cp ~/subsonic.data ~/software/subsonic/db; bash ~/software/cron/subsonic
Add to Favourites
Print this Article
Powered by WHMCompleteSolution