]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Merge branch 'master' into 2.0.dev
authorWill Budicm <redacted>
Fri, 31 Jul 2020 22:28:17 +0000 (08:28 +1000)
committerWill Budicm <redacted>
Fri, 31 Jul 2020 22:28:17 +0000 (08:28 +1000)
1  2 
install_modules.sh

index 24f7f9b93d10e3f051a7b2dd00d8359c1bed03ee,02e940d1f3fe555e877783cc4b8b216800756b21..07963469d962333e35f1eba0e815c0e79153ccb9
@@@ -8,15 -8,18 +8,20 @@@
  # 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 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
 +VER="2.0"
 +SCRIPT="install_lifelog_modules_$VER.sh"
 +sudo cat Installation.txt | grep 'sudo apt install' > $SCRIPT
 +sudo cat Installation.txt | grep 'sudo cpan' >> $SCRIPT
 +sudo chmod +x $SCRIPT
  # 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
 +sudo ./$SCRIPT
  
+ #Used for stats, required utility
+ sudo apt install inxi -y
  echo "\nDone with Life Log modules installation!\n"