From ba6116bf6f66e77aef972d19c670a13eb70be975 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 9 Jul 2024 22:46:07 -0700 Subject: [PATCH] Remove unnecessary command Signed-off-by: Tommy --- Proxmox-8.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Proxmox-8.sh b/Proxmox-8.sh index 5013b4f..1b359e0 100644 --- a/Proxmox-8.sh +++ b/Proxmox-8.sh @@ -85,9 +85,6 @@ curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/ mkdir -p /etc/systemd/coredump.conf.d curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/coredump.conf.d/disable.conf | tee /etc/systemd/coredump.conf.d/disable.conf > /dev/null -# Harden SSH -sed -i 's/#GSSAPIAuthentication no/GSSAPIAuthentication no/g' /etc/ssh/sshd_config - # Setup automatic updates mkdir -p /etc/systemd/system/pve-daily-update.service.d