1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/go-ipfs/go-ipfs.post-install
2020-02-16 21:27:01 -03: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