From 488b93554ea95da6e94a2693eb8544b7871aea8d Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sun, 12 Jul 2020 16:32:05 +0100 Subject: [PATCH] Update setup.pl --- setup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.pl b/setup.pl index 89f6086..4a39524 100755 --- a/setup.pl +++ b/setup.pl @@ -43,4 +43,4 @@ move($temp_dotfiles_dir, $dotfiles_dir); # Install repo print "Running installer\n"; -`make -C $dotfiles_dir install`; +`$dotfiles_dir/install.pl`;