Skip to content

Commit

Permalink
Add --no-check-certificate to AppImage Verdana installer to avoid pro…
Browse files Browse the repository at this point in the history
…blems on systems with different CA certs directories (safe due to integrity check).
  • Loading branch information
ttalvitie committed May 28, 2021
1 parent 005aea5 commit 3f662ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/appimage_build_data/run_browservice
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ EOF
echo 1>&2
mkdir -p "${TMPDIR}/tmp/verdana"
cd "${TMPDIR}/tmp/verdana"
if ! "${ROOT}/usr/bin/wget" https://downloads.sourceforge.net/corefonts/verdan32.exe -O verdan32.exe
if ! "${ROOT}/usr/bin/wget" https://downloads.sourceforge.net/corefonts/verdan32.exe -O verdan32.exe --no-check-certificate
then
echo "ERROR: Downloading Verdana installer executable failed." 1>&2
false
Expand Down

0 comments on commit 3f662ea

Please sign in to comment.