Browse Source
Merge pull request #5 from getumbrel/fix-pathname-in-installbox
Fix up the pathname
patch-1
Mayank Chhabra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
install-box.sh
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
|
echo "Cloning to current working directory from github..." |
|
|
echo "Cloning to current working directory from github..." |
|
|
git init |
|
|
git init |
|
|
git remote add origin https://github.com/lncm/thebox-compose-system.git |
|
|
git remote add origin https://github.com/getumbrel/umbrel-compose.git |
|
|
git fetch |
|
|
git fetch |
|
|
git reset origin/master |
|
|
git reset origin/master |
|
|
git checkout -t origin/master |
|
|
git checkout -t origin/master |
|
|