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