installer will now properly create the cache dir

This commit is contained in:
pyr0ball 2022-08-27 01:14:20 -07:00
parent a072611ae1
commit e0e9ecd649

View file

@ -96,6 +96,7 @@ install(){
echo -e $bashrc_append >> $HOME/.bashrc && center "bashc.d installed..." || fail "Unable to append .bashrc" echo -e $bashrc_append >> $HOME/.bashrc && center "bashc.d installed..." || fail "Unable to append .bashrc"
fi fi
crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser - crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser -
mkdir -p $HOME/.quickinfo
bash $HOME/.bashrc.d/11-quickinfo.bashrc -c bash $HOME/.bashrc.d/11-quickinfo.bashrc -c
clear clear
check-deps check-deps