Skip to content

Instantly share code, notes, and snippets.

@zouhirB
zouhirB / vagrant_provision_ubuntu_dev.sh
Created August 31, 2017 19:09
vagrant, provision, ubuntu, dev
#!/usr/bin/env bash
export DEBIAN_FRONTEND=noninteractive
# Update Package List
apt-get update
# Update System Packages
apt-get -y upgrade