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/bash | |
# System Updates | |
sudo apt-get update -y | |
sudo apt-get full-upgrade --fix-missing -y | |
sudo apt-get autoremove -y | |
sudo apt-get -y dist-upgrade | |
sudo apt-get -y install linux-headers-$(uname -r) | |
#sudo parrot-upgrade | |
# Alias to Fix Virtual Box issues |