From 64f88b48992caf1b5cf0a234ea359577d475a017 Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 14 Nov 2024 01:59:19 -0600 Subject: [PATCH] Fixed URL --- README.md | 2 +- server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a1139..4712728 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ su apt-get install curl -curl https://raw.githubusercontent.com/merlins-lair/Debian-Setup/refs/heads/main/server.sh -o server.sh +curl https://raw.githubusercontent.com/merlins-lair/DebianServer-Setup/refs/heads/main/server.sh -o server.sh chmod +x server.sh diff --git a/server.sh b/server.sh index 6148aa9..bedcb78 100644 --- a/server.sh +++ b/server.sh @@ -31,7 +31,7 @@ setup_firewall () { echo "UFW enabled..." sudo apt-get install unattended-upgrades echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | debconf-set-selections - dpkg-reconfigure -f noninteractive unattended-upgrades + sudo dpkg-reconfigure -f noninteractive unattended-upgrades echo "Unattended security updates enabled" }