1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
aports/testing/go-ipfs/go-ipfs.pre-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

6 lines
132 B
Bash

#!/bin/sh
addgroup -S ipfs 2>/dev/null
adduser -S -D -H -h /var/lib/ipfs -s /sbin/nologin -G ipfs -g ipfs ipfs 2>/dev/null
exit 0