You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sorry, I misunderstood the issue.
Yes on broken package detection it fail, I will check if I can do something... not sure... In most case this need a manual operation and to remove broken packages.
It's more related to apt, Debian packet manager, than to my script.
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.
The text was updated successfully, but these errors were encountered: