install: workaround chromium disk cache directory nul

This commit is contained in:
Aminda Suomalainen 2024-08-28 08:57:04 +03:00
parent 8d650ebd09
commit 6863bd933b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# script isn't that much above `curl | bash`ing # script isn't that much above `curl | bash`ing
set -x 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 # If my allowed_signers are present, use them, if not, clone them, and try
# again. The gitconfig expects them here. # again. The gitconfig expects them here.
if [ -d $HOME/src/codeberg.org/Aminda/ssh-allowed_signers ]; then if [ -d $HOME/src/codeberg.org/Aminda/ssh-allowed_signers ]; then