diff --git a/sbin/prepareWorkspace.sh b/sbin/prepareWorkspace.sh index 34b6798a8..41645388a 100644 --- a/sbin/prepareWorkspace.sh +++ b/sbin/prepareWorkspace.sh @@ -330,11 +330,11 @@ checkingAndDownloadingAlsa() { echo "GNUPGHOME=$GNUPGHOME" mkdir -p "$GNUPGHOME" && chmod og-rwx "$GNUPGHOME" - gpg --keyserver keyserver.ubuntu.com --recv-keys "${ALSA_LIB_GPGKEYID}" # Should we clear this directory up after checking? # Would this risk removing anyone's existing dir with that name? # Erring on the side of caution for now gpg --keyserver keyserver.ubuntu.com --keyserver-options timeout=300 --recv-keys "${ALSA_LIB_GPGKEYID}" + echo "Proof of timeout change." echo -e "5\ny\n" | gpg --batch --command-fd 0 --expert --edit-key "${ALSA_LIB_GPGKEYID}" trust; gpg --verify alsa-lib.tar.bz2.sig alsa-lib.tar.bz2 || exit 1