Created
July 28, 2017 07:18
-
-
Save MiguelBel/b3b5f711aa8d9362afa5f16e4e972461 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install golang-go -y | |
wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz | |
tar xvfz go-ipfs_v0.4.10_linux-386.tar.gz | |
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs |
Worked for me on Ubuntu 17.04
Thanks ! Only missing how to mount a IPFS/IPNS drive ! :)
Cool, thanks!
Thanks!
worked like a charm, Thanks..
Guys, does it work with v 18.04?
Installed 0.4.17 on Ubuntu 18.04.1 LTS. Works great.
Thanks
thanks
Still works on 0.4.22-rc1 w Ubuntu 18.04. Thanks!
Working fine on 0.4.22-rc1 on Ubuntu 18.04
wget https://dist.ipfs.io/go-ipfs/v0.4.22-rc1/go-ipfs_v0.4.22-rc1_linux-386.tar.gz
thanks :)
Thank you
Worked on 0.4.23 on Ubuntu 18.04.2 LTS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks ;-)