diff --git a/install-box.sh b/install-box.sh new file mode 100644 index 0000000..6cf0e2d --- /dev/null +++ b/install-box.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# Install the docker-compose box to the current working directory +# Pre-requisites: git + +git init +git remote add origin https://github.com/lncm/thebox-compose-system.git +git fetch +git reset origin/master +git checkout -t origin/master +git reset --hard