#!/bin/bash
# Copyright 2015 Lucid Networks sloeckle

source /etc/default/nexp-tools
export DISPLAY=:0
export EMAIL=$HOSTNAME'@lucidnetworks.net'

if [ "$(id -u)" != "0" ]; then
   echo
   echo "This script must be run as root" 1>&2
   echo
   exit 1
fi

apt-get update
apt-get -y dist-upgrade

