From 074865f7ee60253c9e53f929254e5438a67854a4 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 4 Feb 2020 12:02:04 +0100 Subject: [PATCH] https is needed for remote hosts --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8a712d8..8582ffc 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ rm -rf ~/.bash* ~/.profile rm -rf ~/.dotfiles # repo -git clone git@github.com:ftpd/dotfiles.git ~/.dotfiles +git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles ## vim # cleaning