add location for the xpi download
[monkeysphere.git] / src / monkeysphere-host
index f5374bd1a607fdfc937e72822f99f1415713de49..a5db8c1e0294208f30de1c5924654eca0a2cb1df 100755 (executable)
@@ -74,7 +74,7 @@ EOF
 
 # function to interact with the gpg keyring
 gpg_host() {
-    GNUPGHOME="$GNUPGHOME_HOST" gpg --no-greeting --quiet --no-tty "$@"
+    GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@"
 }
 
 # list the info about the a key, in colon format, to stdout