summaryrefslogtreecommitdiff
path: root/scripts/dep.sh
blob: b8393535f26e5fc50bcef32653df1896c864ac34 (plain)
1
2
3
4
5
6
7
8
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.