From 6d45d2f0cd04c54a4fd76da41761757fd90ce517 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 7 Nov 2020 17:13:51 +0100 Subject: [PATCH] fix: v6 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cead507..795085e 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ fi # - Cloning Repo - echo "-- Cloning repo --" -git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles +git clone https://github.com/jim-fx/.dotfiles.git ~/.dotfiles # - Executing the script - echo "-- starting script --"