Update setup.pl

This commit is contained in:
2020-07-12 16:32:05 +01:00
committed by GitHub
parent 61b488451c
commit 488b93554e

View File

@@ -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`;