#!/bin/sh
./installbasics.sh
./installadditions.sh
./installthemes.sh
if getopts "v" OPTION
then
if [ "$OPTION" = "v" ]
./virtualboxsetup.sh
fi