]> lifelog.hopto.org Git - LifeLog.git/commitdiff
OpenSSL requirments added.
authorWill Budic <redacted>
Sun, 1 Mar 2020 18:31:41 +0000 (05:31 +1100)
committerWill Budic <redacted>
Sun, 1 Mar 2020 18:31:41 +0000 (05:31 +1100)
Installation.txt
install_modules.sh

index 87e31cc64f62f813014e9ad9305db4f97851e191..4244fe14de224656ae1fd209efc7ef0d37edac98 100644 (file)
@@ -103,6 +103,9 @@ NOTICE -> Above Perl installation and modules can take time as they build (compi
           using your computers configuration and hardware for optimal performance.
           The Perl::LanguageServer, can fail in tests, as it development specific, can be ignored.
 
+#Install OpenSSL (Optional)
+https://www.openssl.org/
+sudo apt install openssl
 
 
 # LifeLog Required Perl modules.
index 0c2ff450c378a198770c882646922a2f020499fd..8d857c3409b4438cdaa2070426821cf1778f1968 100755 (executable)
@@ -8,13 +8,14 @@
 # Uncoment the  following git pull if also wanting to perform a latest pull
 # from the master (upgrade) repository.
 ## git pull
-sudo cat Installation.txt | grep 'sudo cpan' > install_lifelog_modules_1.1.8.sh
+sudo cat Installation.txt | grep 'sudo apt install' > install_lifelog_modules_1.1.8.sh
+sudo cat Installation.txt | grep 'sudo cpan' >> install_lifelog_modules_1.1.8.sh
 sudo chmod +x install_lifelog_modules_1.1.8.sh
 # The following is actual installation file generated. Don't run outside this script.
 # You can delete or keep after running this script.
 sudo ./install_lifelog_modules_1.1.8.sh
 
-echo "\nDone with Life Log modules instalattion!\n"
+echo "\nDone with Life Log modules installation!\n"