This commit is contained in:
qo-op 2020-05-11 16:58:21 +02:00
parent 8148081d7b
commit 262382dfca
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ cd $MY_PATH
echo "INSTALL latest ipfs"
sudo ipfs-update install latest || err+="Install IPFS"
chown -R $USER:$USER ~/.ipfs
sudo chown -R $USER:$USER ~/.ipfs
echo "CREATE SYSTEMD ipfs SERVICE"
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/templates/ipfs/ipfs.service -o /tmp/ipfs.service