]> lifelog.hopto.org Git - LifeLog.git/commitdiff
updated zlib missing.
authorWill Budicm <redacted>
Sat, 5 Sep 2020 10:32:30 +0000 (20:32 +1000)
committerWill Budicm <redacted>
Sat, 5 Sep 2020 10:32:30 +0000 (20:32 +1000)
Installation.txt
install_modules.sh

index 0aa3b29da055f35238121344e0bebb484aaad52c..21c3972d0fb160cec1bbeafe4bf7368fc938a280 100644 (file)
@@ -97,8 +97,10 @@ perlbrew use 5.30.1
 sudo apt install libperl-critic-perl
 #libperl-dev is required for the lang server
 sudo apt install libperl-dev
+sudo apt-get install zlib1g-dev
 sudo cpan Perl::LanguageServer
 
+
 NOTICE -> Above Perl installation and modules can take time as they build (get compiled) and are tested
           using your computers configuration and hardware for optimal performance.
           The Perl::LanguageServer, can fail in tests, as it is development specific, this can be ignored.
@@ -122,13 +124,13 @@ sudo cpan DateTime::Format::Human::Duration
 sudo cpan DateTime::Format::SQLite;
 sudo cpan Text::CSV;
 sudo cpan Number::Bytes::Human;
+sudo cpan Gzip::Faster;
 sudo cpan CGI::Session;
 sudo cpan Number/Bytes/Human.pm;
 sudo cpan Regexp::Common;
 sudo cpan JSON;
 sudo cpan Switch;
 sudo cpan IPC::Run
-sudo cpan Gzip::Faster;
 sudo cpan Syntax::Keyword::Try;
 
 #Install DBI module
index 52e1267bfa66cd5ca6b957b29508d1c155ddd373..897789a2540f71930e8a5d5694d93d1ede652a3d 100755 (executable)
@@ -10,7 +10,7 @@
 ## git pull
 
 LifeLogInstall=install_lifelog_req_modules_2.0.sh
-sudo cat Installation.txt | grep 'sudo apt install' > $LifeLogInstall | awk '{print $0, "-y"}'
+sudo cat Installation.txt | grep 'sudo apt install' | awk '{print $0, "-y"}' > $LifeLogInstall
 sudo cat Installation.txt | grep 'sudo cpan' >> $LifeLogInstall 
 sudo chmod +x $LifeLogInstall
 # The following is actual installation file generated. Don't run outside this script.