Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch pkgbuild
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7ddc7e4b4102e382cc24601caa9a55b2cf38a14a 15 lines 545 B view raw
1post_install() { 2 echo 3 echo knotserver installed, with repositories stored in: /var/lib/tangled 4 echo 5 echo Remember to set 'KNOT_SERVER_SECRET="..."' in /etc/tangled/knotserver 6 echo and 'KNOT_SERVER_HOSTNAME' if 'hostname' does not return the FQDN 7 echo of your knot. 8 echo 9 echo To enable git push over ssh for tangled repositories, run: 10 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf" 11 echo " usermod -s /usr/bin/bash -d /var/lib/tangled git" 12 echo 13 echo and reload sshd 14 echo 15}