diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index df8e074..e21aa2e 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -48,7 +48,7 @@ sudo chmod 700 /home/* # Setup NTS sudo rm -rf /etc/chrony.conf unpriv curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf | sudo tee /etc/chrony.conf > /dev/null -sudp chmod 644 /etc/chrony.conf +sudo chmod 644 /etc/chrony.conf unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysconfig/chronyd | sudo tee /etc/sysconfig/chronyd > /dev/null sudo chmod 544 /etc/sysconfig/chronyd @@ -182,9 +182,9 @@ 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 # Final notes to the user -output 'Server setup complete. To use unbound for DNS, you need to reboot.' \ No newline at end of file +output 'Server setup complete. To use unbound for DNS, you need to reboot.'