This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo 'https://scriptxone.blogspot.com/ written by Henrique Silva' | |
| #OFFITIAL SCRIPT FROM VirtualBOX -- edited by myself - install Signature keys from offitial VirtualBox.org page | |
| wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - | |
| wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - | |
| # update n intall | |
| apt-get update && apt-get install virtualbox -y || printf "CHECK CODE FOR DEBUGING! eg. keys may be outdate. last verification 26/11/2020 / 21-01-2021:::" | |
| ## packges solutions | |
| apt autoremove -y ; apt --fix-broken install |
NewerOlder