From 528791a57794a823c7d7bf691cc06e52f384bb2d Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sun, 12 Jul 2020 14:13:05 +0100 Subject: [PATCH] Update bootstrap invoke --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index d119195..70fe05e 100755 --- a/install.pl +++ b/install.pl @@ -40,7 +40,7 @@ sub execute { execute("sudo apt-get update -qqy && sudo apt-get install -qqy liblocal-lib-perl cpanminus stow"); # Bootstrap files -execute("./bootstrap.pl"); +execute("make"); # Read scripts to be installed my $install_dir = "$dir/install";