+2
-2
knotserver-git/knotserver.install
+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
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"