aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar steering72532026-05-18 06:12:21 -0600
committerGravatar steering72532026-05-18 06:12:21 -0600
commit4707d391430ebacd08d00bfcf36360fe982b195a (patch)
treefba7b778b0137c4c745d7dcb9c91556e97e39bbc /install.sh
parentchange attempt format (diff)
add gpg auth
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
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