This script is a bash script to run on a freshly installed Ubuntu system that will automatically upgrade the current system to the newest release as well as install a full development environment.
##Packages Installed
- gcc
- libc6-dev
- g++
- make
- dpkg-dev
Get the file...
wget https://raw.githubusercontent.com/mfitzgerald2/UbuntuDevSetup/master/uds.sh
Make sure you have permissions to run it...
chmod 700 uds.sh
Run it...
./uds.sh