]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Merge branch '2.1.dev'
authorWill Budicm <redacted>
Sun, 30 Aug 2020 06:51:13 +0000 (16:51 +1000)
committerWill Budicm <redacted>
Sun, 30 Aug 2020 06:51:13 +0000 (16:51 +1000)
1  2 
install_modules.sh

index 07963469d962333e35f1eba0e815c0e79153ccb9,9d47e5a8e56665036c53443781ccf4f972ef5fd5..29f827172305677f232b393ac2ce58ee250d0f9a
@@@ -8,20 -8,19 +8,18 @@@
  # Uncoment the  following git pull if also wanting to perform a latest pull
  # from the master (upgrade) repository.
  ## git pull
- 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
++
+ LIFELOG_MODS=install_lifelog_req_modules_2.0.sh
+ sudo cat Installation.txt | grep 'sudo apt install' > $LIFELOG_MODS
+ sudo cat Installation.txt | grep 'sudo cpan' >> $LIFELOG_MODS
+ sudo chmod +x $LIFELOG_MODS
  # The following is actual installation file generated. Don't run outside this script.
  # You can delete or keep after running this script.
- sudo ./$SCRIPT
+ sudo ./$LIFELOG_MODS
  
  #Used for stats, required utility
  sudo apt install inxi -y
  
--
--
  echo "\nDone with Life Log modules installation!\n"