From fda2598a82784ed61f1729622f640aab7eede8c5 Mon Sep 17 00:00:00 2001 From: David Huerta Date: Sat, 26 Mar 2016 21:28:26 -0400 Subject: [PATCH] Just package installs and removals for now. --- setup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..cf9888e --- /dev/null +++ b/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo 'Removing any installed mail servers because they will hurt you.' +apt-get remove --purge exim +apt-get remove --purge postfix +apt-get remove --purge sendmail + +echo 'Applying software updates... Type "y" and hit enter to install when asked.' +apt-get update +apt-get upgrade +