Skip to content

Instantly share code, notes, and snippets.

View bluesku's full-sized avatar
💭
Shell Bomber

bluesku bluesku

💭
Shell Bomber
View GitHub Profile
@bluesku
bluesku / VirtualBox.sh
Last active February 7, 2021 06:07
VirtualBOX Installer Script
#!/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