summaryrefslogtreecommitdiff
path: root/scripts/dep.sh
diff options
context:
space:
mode:
authorJack Pearkes <jackpearkes@gmail.com>2015-04-15 16:09:08 -0700
committerJack Pearkes <jackpearkes@gmail.com>2015-04-15 16:11:25 -0700
commiteac1d1a6d1c638602dc696d4101c11a3f80cbc1e (patch)
tree54f558caadcc82978cd398bc59857f033e296a66 /scripts/dep.sh
initial commit
Diffstat (limited to 'scripts/dep.sh')
-rw-r--r--scripts/dep.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/dep.sh b/scripts/dep.sh
new file mode 100644
index 0000000..b839353
--- /dev/null
+++ b/scripts/dep.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+# Setup the the box. This runs as root
+
+apt-get -y update
+
+apt-get -y install curl
+
+# You can install anything you need here.