From 9638f3e8c5899ec30635e6aa6326b7b2f95b7ae7 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Sun, 8 Dec 2024 20:49:57 +0100 Subject: [PATCH] Added missing install step --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 939a3a2..a0e9e13 100644 --- a/install.sh +++ b/install.sh @@ -22,6 +22,8 @@ git pull npm install +sudo cp auto-ssh-systemd-hosts.conf /etc/ssh/ssh_config.d/auto-ssh-systemd-hosts.conf + sudo cp remote-relay.service /etc/systemd/system/remote-relay.service sudo cp autossh.service /etc/systemd/system/autossh.service sudo systemctl daemon-reload