1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/gnunet/gnunet.post-install
xrs 2dc67ab24d testing/gnunet: new aport
https://gnunet.org
A framework for secure and privacy enhancing peer-to-peer networking
testing/

Closes !1907
2020-03-07 17:33:30 +00:00

12 lines
470 B
Bash

#!/bin/sh
printf " *\n * To setup GNUnet user services, regular users must do the following steps:\n"
printf " * add user to 'gnunet' group\n"
printf " * add the following lines to /home/USER/.config/gnunet.conf\n"
printf " [arm]\n"
printf " START_SYSTEM_SERVICES = NO\n"
printf " START_USER_SERVICES = YES\n"
printf " * start GNUnet system services with openrc\n"
printf " * start GNUnet user services with 'gnunet-arm -s'\n *\n"
exit 0