Open
Description
In the current state of the install script it will end execution on broken packages, also if they're the kernel packages it installs. That could render the isntallation impossible, if you accidentally aborted the script in kernel package installing stage.
After that the script exit's at checking for broken dependencies and you will never be able to get it past that stage.
You have to manually download linux-headers and linux-image, if you have the url's for them and install them with dpkg your self.
The VPS-Install script should be aware of packages it installs itself, instead of abort on any dependency problems.