u
This commit is contained in:
parent
37dad5a3bd
commit
0747ff0c57
3
acme-install.sh
Normal file
3
acme-install.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
curl https://get.acme.sh | sh -s email=acme.sh@faronear.org
|
||||||
|
|
||||||
|
# echo '. "/root/.acme.sh/acme.sh.env"' >> ~/.bashrc_custom ## already integrated in .bashrc
|
@ -1,4 +1,5 @@
|
|||||||
wget https://dist.ipfs.io/go-ipfs/v0.12.2/go-ipfs_v0.12.2_linux-amd64.tar.gz
|
wget https://dist.ipfs.tech/kubo/v0.16.0/kubo_v0.16.0_linux-amd64.tar.gz
|
||||||
tar -xvzf go-ipfs_v0.12.2_linux-amd64.tar.gz
|
tar xzf https://dist.ipfs.tech/kubo/v0.16.0/kubo_v0.16.0_linux-amd64.tar.gz
|
||||||
cd go-ipfs
|
cd kubo
|
||||||
sudo mv ipfs /usr/local/bin/
|
echo "alias ipfs=`pwd`/kubo/ipfs" >> ~/.bashrc_custom
|
||||||
|
alias ipfs=`pwd`/kubo/ipfs
|
@ -95,6 +95,12 @@ then
|
|||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# acme.sh settings
|
||||||
|
if [ -f $HOME/.acme.sh/acme.sh.env ]
|
||||||
|
then
|
||||||
|
. "/root/.acme.sh/acme.sh.env"
|
||||||
|
fi
|
||||||
|
|
||||||
# let MacOS uses the same variable so that vscode-sshfs can use "$USERPROFILE/.ssh/id_rsa" uniformly.
|
# let MacOS uses the same variable so that vscode-sshfs can use "$USERPROFILE/.ssh/id_rsa" uniformly.
|
||||||
export USERPROFILE=$HOME
|
export USERPROFILE=$HOME
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user