Browse Source

Add chromium fix

pull/22/head
Harish Karumuthil 2 years ago
parent
commit
ba402cd254
  1. 7
      post-install.sh

7
post-install.sh

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Fix: Chromium taking long time to open in first time
# https://bugs.archlinux.org/task/75650
echo no-allow-external-cache:0:1 | gpgconf --change-options gpg-agent
Loading…
Cancel
Save