aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar steering72532026-05-18 08:27:50 -0600
committerGravatar steering72532026-05-18 08:27:50 -0600
commit4ee8f59d74ae28a9ddda0de59685964b3f06e6e8 (patch)
tree4f60f0ad4c80b1ad2a3c77c96c77c128839e4a19 /install.sh
parentmake sure the hexify doesnt break (diff)
fix cronjob make
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 569c40e..b746b48 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 make libpam-dev gpg # dependencies
+apt install -y python3 wireguard-tools cron socat make libpam-dev gpg libssl-dev # dependencies
ln -s /opt/autopeer/sshd_config /etc/ssh/sshd_config.d/autopeer.conf
systemctl reload ssh
addgroup autopeer