added initial cache creation to install
This commit is contained in:
parent
ae7b8ab967
commit
a072611ae1
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ 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 -
|
||||||
|
bash $HOME/.bashrc.d/11-quickinfo.bashrc -c
|
||||||
|
clear
|
||||||
check-deps
|
check-deps
|
||||||
if [[ "$bins_missing" != "false" ]] ; then
|
if [[ "$bins_missing" != "false" ]] ; then
|
||||||
warn "Some of the utilities needed by this script are missing"
|
warn "Some of the utilities needed by this script are missing"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue