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

don't use back-ticks in install script

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

tjh.dev ffb31bcd 24bd69ec

verified
Changed files
+6 -6
knotserver
knotserver-git
src
knotserver-shared
+2 -2
knotserver-git/knotserver.install
··· 2 2 echo 3 3 echo knotserver installed, with repositories stored in: /var/lib/tangled 4 4 echo 5 - echo Use `systemctl edit knotserver.service` to set `KNOT_SERVER_OWNER` to the DID of the knot owner, 6 - echo and override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot. 5 + echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 6 + echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo 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"
+2 -2
knotserver/knotserver.install
··· 2 2 echo 3 3 echo knotserver installed, with repositories stored in: /var/lib/tangled 4 4 echo 5 - echo Use `systemctl edit knotserver.service` to set `KNOT_SERVER_OWNER` to the DID of the knot owner, 6 - echo and override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot. 5 + echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 6 + echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo 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"
+2 -2
src/knotserver-shared/install.sh
··· 4 4 echo 5 5 echo knotserver installed, with repositories stored in: ${knotserver_repo_path:-/var/lib/tangled/repositories} 6 6 echo 7 - echo Use \`systemctl edit knotserver.service\` to set \`KNOT_SERVER_OWNER\` to the DID of the knot owner, 8 - echo and override \`KNOT_SERVER_HOSTNAME\` if 'hostname' does not return the FQDN echo of your knot. 7 + echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner, 8 + echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo of your knot. 9 9 echo 10 10 echo To enable git push over ssh for tangled repositories, run: 11 11 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"