diff options
| author | 2026-05-18 08:27:50 -0600 | |
|---|---|---|
| committer | 2026-05-18 08:27:50 -0600 | |
| commit | 4ee8f59d74ae28a9ddda0de59685964b3f06e6e8 (patch) | |
| tree | 4f60f0ad4c80b1ad2a3c77c96c77c128839e4a19 /install.sh | |
| parent | make sure the hexify doesnt break (diff) | |
fix cronjob make
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 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 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 |
