From 7216fe5458b62d4d2b4f3db357f3d210b6926527 Mon Sep 17 00:00:00 2001 From: mce0 Date: Mon, 8 Jul 2024 11:04:40 +0200 Subject: [PATCH] Fix notices in Fedora-Server-40.sh Signed-off-by: mce0 --- Fedora-Server-40.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index 506571d..e21aa2e 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -182,7 +182,7 @@ sudo systemctl restart irqbalance # Setup notices unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue > /dev/null -sudo chmod 644 https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue +sudo chmod 644 /etc/issue unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue | sudo tee /etc/issue.net > /dev/null sudo chmod 644 /etc/issue.net