From 4a49a3b594c0754e793486955c1af0f40819d296 Mon Sep 17 00:00:00 2001 From: c0de Date: Tue, 14 Dec 2021 11:14:16 -0600 Subject: [PATCH] Update install from location --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 48d9a07..ebd8efd 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ fi #set -e # Change this url to point to your repo if you made customizations -GIT_REPO="git://github.com/alopexc0de/dotfiles.git" +GIT_REPO="https://c0de.dev/c0de/dotfiles.git" DOTFILES=${HOME}/dotfiles DF_HOME=${DOTFILES}/home