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
parent
commit
78e7c33ebe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      install-box.sh

2
install-box.sh

@ -13,7 +13,7 @@
echo "Cloning to current working directory from github..."
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 reset origin/master
git checkout -t origin/master

Loading…
Cancel
Save