From 4707d391430ebacd08d00bfcf36360fe982b195a Mon Sep 17 00:00:00 2001 From: steering7253 Date: Mon, 18 May 2026 06:12:21 -0600 Subject: add gpg auth --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2119e5b..de114dd 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.3.1-10-gc9f91