Skip to content

Commit

Permalink
Update readme-and-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Jan 11, 2015
1 parent 5873e68 commit 86ec309
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,15 @@ $SUDO $CPAN install
$SUDO $CPAN -i Data::Validate::IP
$SUDO $CPAN -i Data::Validate::Domain
# Used to verify downloads
$SUDO $GPG --recv-keys CC37BF7D 155DA479 C83946F0
$SUDO $GPG --recv-keys C1E94509 608D9001 C83946F0
$SUDO $GPG --list-keys
$CAT <<'GPGID'
Keep your gpg keychain up to date by checking the keys IDs with these commands:
/opt/local/bin/gpg --verify /usr/local/etc/block.txt.asc /usr/local/etc/block.txt
/usr/bin/unzip -o /usr/local/etc/hosts.zip -d /tmp/hphosts && /opt/local/bin/gpg --verify /tmp/hphosts/hosts.txt.sig /tmp/hphosts/hosts.txt
/opt/local/bin/7za x -aoa -o/tmp /usr/local/etc/AutoPac_EN.unx.7z AutoPac_EN.unx && /opt/local/bin/gpg --verify /tmp/AutoPac_EN.unx/proxy_en.sig /tmp/AutoPac_EN.unx/proxy_en
GPGID

# apache for proxy.pac
if ! [ -d /Applications/Server.app ]
Expand Down

0 comments on commit 86ec309

Please sign in to comment.