From e0e9ecd649cd4f05fd5e15f100a5e33d56629dc4 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 27 Aug 2022 01:14:20 -0700 Subject: [PATCH] installer will now properly create the cache dir --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 10ea84f..da0efce 100644 --- a/install.sh +++ b/install.sh @@ -96,6 +96,7 @@ 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 - + mkdir -p $HOME/.quickinfo bash $HOME/.bashrc.d/11-quickinfo.bashrc -c clear check-deps