summaryrefslogtreecommitdiff
path: root/scripts/dep.sh
diff options
context:
space:
mode:
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.