mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
install: workaround chromium disk cache directory nul
This commit is contained in:
parent
8d650ebd09
commit
6863bd933b
4
install
4
install
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user