diff options
Diffstat (limited to 'bin/bootstrap')
| -rw-r--r-- | bin/bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bootstrap b/bin/bootstrap new file mode 100644 index 0000000..4d04d7d --- /dev/null +++ b/bin/bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +apt-get update -q +apt-get install build-essential |
