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

fix: typo

Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>

tjh.dev e74e4f49 39a73a38

verified
Changed files
+3 -3
knotserver
knotserver-git
src
knotserver-shared
+1 -1
knotserver-git/knotserver.install
··· 3 3 echo knotserver installed, with repositories stored in: /var/lib/tangled 4 4 echo 5 5 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 6 - echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot. 6 + echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot. 7 7 echo 8 8 echo To enable git push over ssh for tangled repositories, run: 9 9 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
+1 -1
knotserver/knotserver.install
··· 3 3 echo knotserver installed, with repositories stored in: /var/lib/tangled 4 4 echo 5 5 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 6 - echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot. 6 + echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot. 7 7 echo 8 8 echo To enable git push over ssh for tangled repositories, run: 9 9 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
+1 -1
src/knotserver-shared/install.sh
··· 6 6 echo knotserver installed, with repositories stored in: ${knotserver_repo_path} 7 7 echo 8 8 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 9 - echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot. 9 + echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot. 10 10 echo 11 11 echo To enable git push over ssh for tangled repositories, run: 12 12 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"