Skip to content

Instantly share code, notes, and snippets.

@peet86
Created October 24, 2019 15:08
Show Gist options
  • Save peet86/05b31ffc118a719ea8970ed62aad4584 to your computer and use it in GitHub Desktop.
Save peet86/05b31ffc118a719ea8970ed62aad4584 to your computer and use it in GitHub Desktop.
#!/bin/sh
URL=https://github.com/vchain-us/vcn/releases/download/v0.7.2/vcn-v0.7.2-darwin-10.6-amd64
echo "Please wait. We are downloading and installing CodeNotary vcn for you..."
cd ~
curl --connect-timeout 100 -L $URL >> vcn
chmod 777 vcn
mv vcn /usr/local/bin/
echo "Done. You can run now: $ vcn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment