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"