mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
https://ipfs.io/ Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol
7 lines
240 B
Bash
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
|