Update setup.pl

This commit is contained in:
2020-07-12 16:22:11 +01:00
committed by GitHub
parent 5691c4b265
commit fab48b5fc6

View File

@@ -43,4 +43,4 @@ move($temp_dotfiles_dir, $dotfiles_dir);
# Install repo
print "Running installer\n";
return capture([0,1,2], $^X, "make -C $dotfiles_dir install");
`make -C $dotfiles_dir install`;