diff options
| author | 2026-05-18 06:12:21 -0600 | |
|---|---|---|
| committer | 2026-05-18 06:12:21 -0600 | |
| commit | 4707d391430ebacd08d00bfcf36360fe982b195a (patch) | |
| tree | fba7b778b0137c4c745d7dcb9c91556e97e39bbc /install.sh | |
| parent | change attempt format (diff) | |
add gpg auth
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ read -p "Press enter once you've done that..." apt install -y git # you needed this to clone apt install -y vim curl wget man-db whois bind9 bind9-dnsutils bird2 # suggestions -apt install -y python3 wireguard-tools cron socat # dependencies +apt install -y python3 wireguard-tools cron socat make libpam-dev # dependencies ln -s /opt/autopeer/sshd_config /etc/ssh/sshd_config.d/autopeer.conf systemctl reload ssh addgroup autopeer @@ -22,6 +22,7 @@ git -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" clone git@git.dn42.dev git -C /opt/autopeer/dn42-registry config core.sshCommand "ssh -i /opt/autopeer/id_autopeer" ln -s /opt/autopeer/crond.autopeer /etc/cron.d/autopeer +ln -s /opt/autopeer/pamd.autopeer /etc/pam.d/autopeer ln -s /opt/autopeer/sysctld.autopeer /etc/sysctl.d/99-dn42.conf systemctl restart systemd-sysctl |
