From 5b735ac152be837b6d0140c799897736454d6290 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Sun, 30 Aug 2020 19:40:25 +1000 Subject: [PATCH] Upd. --- install_modules.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install_modules.sh b/install_modules.sh index 29f8271..5c857d0 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -9,13 +9,13 @@ # from the master (upgrade) repository. ## git pull -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 +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 cpan' >> $LifeLogInstall +sudo chmod +x $LifeLogInstall # The following is actual installation file generated. Don't run outside this script. # You can delete or keep after running this script. -sudo ./$LIFELOG_MODS +sudo ./$LifeLogInstall #Used for stats, required utility sudo apt install inxi -y -- 2.34.1