#!/bin/bash

echo ""
echo "Download the latest virtual machine"
echo ""
echo "Because of major changes, it is not possible to update this Chipster 
echo "installation to the latest version."
echo ""
echo "Please download the latest virtual machine from http://chipster.github.io/chipster/"
echo ""
echo "For more information, see also http://chipster.csc.fi"

exit 0
