Skip to content

Commit

Permalink
Just package installs and removals for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huerta committed Mar 27, 2016
1 parent ec4b779 commit fda2598
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fda2598

Please sign in to comment.