From a072611ae1db7810a7ea9a762e41bbc436b28f6d Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 27 Aug 2022 01:13:00 -0700 Subject: [PATCH] added initial cache creation to install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9fb8746..10ea84f 100644 --- a/install.sh +++ b/install.sh @@ -96,6 +96,8 @@ install(){ echo -e $bashrc_append >> $HOME/.bashrc && center "bashc.d installed..." || fail "Unable to append .bashrc" fi crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser - + bash $HOME/.bashrc.d/11-quickinfo.bashrc -c + clear check-deps if [[ "$bins_missing" != "false" ]] ; then warn "Some of the utilities needed by this script are missing"