This commit is contained in:
陆柯 2022-05-28 08:30:47 +08:00
parent a63fa75667
commit afebc98ef7
2 changed files with 5 additions and 1 deletions

4
ipfsgo-install.sh Normal file
View 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/

View File

@ -18,7 +18,7 @@ fi
sudo apt update
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 From https://deb.nodesource.com/setup_$nodeVersion.x