firefox-bin/update: don't pollute home dir
This commit is contained in:
parent
441a7da808
commit
03860e0118
|
@ -23,6 +23,7 @@ in writeScript "update-${name}" ''
|
|||
set -eux
|
||||
pushd ${basePath}
|
||||
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
gpg --keyserver hkps://gpg.mozilla.org --recv-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
|
||||
|
|
Loading…
Reference in New Issue