Update bootstrap invoke

This commit is contained in:
Andrejus
2020-07-12 14:13:05 +01:00
parent f9cb667046
commit 528791a577

View File

@@ -40,7 +40,7 @@ sub execute {
execute("sudo apt-get update -qqy && sudo apt-get install -qqy liblocal-lib-perl cpanminus stow"); execute("sudo apt-get update -qqy && sudo apt-get install -qqy liblocal-lib-perl cpanminus stow");
# Bootstrap files # Bootstrap files
execute("./bootstrap.pl"); execute("make");
# Read scripts to be installed # Read scripts to be installed
my $install_dir = "$dir/install"; my $install_dir = "$dir/install";