From 89301f811c9c15fb31b7c830e2f9aa948e04b2e6 Mon Sep 17 00:00:00 2001 From: BT Date: Tue, 28 Apr 2020 17:10:47 +0700 Subject: [PATCH] Fix up the pathname --- install-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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