Browse Source

Add install box to the repo so we can call this rather than use the gist

patch-1
nolim1t 5 years ago
parent
commit
5f49da55a6
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 11
      install-box.sh

11
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
Loading…
Cancel
Save