1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/go-ipfs/go-ipfs.post-install
Oleg Titov 0f54ffe2cb testing/go-ipfs: new aport
https://ipfs.io/
Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol
2019-04-01 19:11:31 +00:00

7 lines
240 B
Bash

#!/bin/sh
echo 'To be able to use the ipfs service you will need to create the ipfs repository'
echo '(eg: su -s /bin/sh -c "ipfs init -e" ipfs)'
echo 'or change IPFS_PATH of /etc/conf.d/ipfs with another with proper permissions.'
exit 0