diff --git a/gnupg/scdaemon.conf b/gnupg/scdaemon.conf new file mode 100644 index 0000000..eb818dd --- /dev/null +++ b/gnupg/scdaemon.conf @@ -0,0 +1 @@ +disable-ccid diff --git a/setup.sh b/setup.sh index a1f9c53..25a2b5c 100755 --- a/setup.sh +++ b/setup.sh @@ -50,6 +50,7 @@ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg chmod 700 $HOME/.local/share/gnupg link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../ + link_file gnupg/scdaemon.conf .local/share/gnupg/scdaemon.conf ../../../ if have gpg2; then gpg="gpg2" else