diff --git a/install-box.sh b/install-box.sh index 2b49ed6..62aa029 100644 --- a/install-box.sh +++ b/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