From 6863bd933b867b3b6400b9cc3672244083878177 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 28 Aug 2024 08:57:04 +0300 Subject: [PATCH] install: workaround chromium disk cache directory nul --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index 56e3337d..b046962f 100755 --- a/install +++ b/install @@ -3,6 +3,10 @@ # script isn't that much above `curl | bash`ing set -x +# Workaround Chromium selectively understanding --disk-cache-dir=nul +ln -nsfv /dev/null $HOME/nul +ln -nsfv /dev/null $HOME/null + # If my allowed_signers are present, use them, if not, clone them, and try # again. The gitconfig expects them here. if [ -d $HOME/src/codeberg.org/Aminda/ssh-allowed_signers ]; then