Skip to content

Commit

Permalink
feat: add import of mullvad gpg keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Oct 11, 2020
1 parent 0306006 commit 4a3d5fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ symlink_jsc() {
ln -s /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /usr/local/bin
}

gpg_import() {
cd $HOME/Downloads
wget https://mullvad.net/media/mullvad-code-signing.asc && \
gpg --import mullvad-code-signing.asc && \
rm mullvad-code-signing.asc
}

# ---------------------------------------------------------

brew_install
Expand Down

0 comments on commit 4a3d5fb

Please sign in to comment.