From 2c73cf85b2d7696aa2f4d0fbc8ecafcc3a3c7ab9 Mon Sep 17 00:00:00 2001 From: Mayank Date: Sat, 11 Jul 2020 09:48:33 +0530 Subject: [PATCH] Change to personal repo --- install-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-box.sh b/install-box.sh index 9c60000..9f141b4 100644 --- a/install-box.sh +++ b/install-box.sh @@ -24,7 +24,7 @@ check_dependencies git echo "Cloning to current working directory from github..." git init -git remote add origin https://github.com/getumbrel/umbrel.git +git remote add origin https://github.com/mayankchhabra/umbrel.git git fetch --all --tags git checkout tags/v0.1.3-beta git reset --hard tags/v0.1.3-beta