Merge pull request #98338 from Atemu/firefox-bin-update-fix
firefox-bin/update: fix
This commit is contained in:
commit
7ecdf141d2
BIN
pkgs/applications/networking/browsers/firefox-bin/mozilla.asc
Normal file
BIN
pkgs/applications/networking/browsers/firefox-bin/mozilla.asc
Normal file
Binary file not shown.
@ -23,8 +23,10 @@ in writeScript "update-${name}" ''
|
|||||||
set -eux
|
set -eux
|
||||||
pushd ${basePath}
|
pushd ${basePath}
|
||||||
|
|
||||||
|
HOME=`mktemp -d`
|
||||||
export GNUPGHOME=`mktemp -d`
|
export GNUPGHOME=`mktemp -d`
|
||||||
gpg --keyserver hkps://gpg.mozilla.org --recv-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
|
||||||
|
gpg --import ${./mozilla.asc}
|
||||||
|
|
||||||
tmpfile=`mktemp`
|
tmpfile=`mktemp`
|
||||||
url=${baseUrl}
|
url=${baseUrl}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user