u
This commit is contained in:
parent
a63fa75667
commit
afebc98ef7
4
ipfsgo-install.sh
Normal file
4
ipfsgo-install.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
wget https://dist.ipfs.io/go-ipfs/v0.12.2/go-ipfs_v0.12.2_linux-amd64.tar.gz
|
||||||
|
tar -xvzf go-ipfs_v0.12.2_linux-amd64.tar.gz
|
||||||
|
cd go-ipfs
|
||||||
|
sudo mv ipfs /usr/local/bin/
|
@ -18,7 +18,7 @@ fi
|
|||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
echo "######## Installing C++ build tools for Linux ########"
|
echo "######## Installing C++ build tools for Linux ########"
|
||||||
sudo apt install curl gcc g++ make python -y # Debian 11 has no python by default.
|
sudo apt install wget curl gcc g++ make python -y # Debian 11 has no python by default.
|
||||||
|
|
||||||
echo "######## Installing nodejs v$nodeVersion ########"
|
echo "######## Installing nodejs v$nodeVersion ########"
|
||||||
echo From https://deb.nodesource.com/setup_$nodeVersion.x
|
echo From https://deb.nodesource.com/setup_$nodeVersion.x
|
||||||
|
Loading…
Reference in New Issue
Block a user