MacOS Installer: Generate default config

pull/885/head
Ryan Tharp 5 years ago committed by GitHub
parent 6559bb8f9e
commit f8c6fcf474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save