Merge pull request #885 from loki-project/neuroscr-macos-installer-gencfg

Neuroscr macos installer gencfg (for dev branch)
This commit is contained in:
Jeff 2019-10-30 08:45:27 -04:00 committed by GitHub
commit 62167e8c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ rm $HOME/.lokinet/*.key >> /tmp/lokinet_postinstall.log
rm $HOME/.lokinet/*.private >> /tmp/lokinet_postinstall.log
rm -fr $HOME/.lokinet/netdb >> /tmp/lokinet_postinstall.log
/usr/local/bin/lokinet -g >> /tmp/lokinet_postinstall.log
url="https://seed.lokinet.org/bootstrap.signed"
echo "downloading $url" >> /tmp/lokinet_postinstall.log
echo "to $HOME/.lokinet/bootstrap.signed" >> /tmp/lokinet_postinstall.log