added initial cache creation to install

This commit is contained in:
pyr0ball 2022-08-27 01:13:00 -07:00
parent ae7b8ab967
commit a072611ae1

View file

@ -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"