mirror of https://github.com/lukechilds/umbrel.git
nolim1t
5 years ago
1 changed files with 11 additions and 0 deletions
@ -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…
Reference in new issue