installer will now properly create the cache dir
This commit is contained in:
parent
a072611ae1
commit
e0e9ecd649
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue