mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -05:00
Update install.sh
This commit is contained in:
parent
b27d59f4aa
commit
243293dcf1
@ -275,8 +275,10 @@ repositories_setup(){
|
||||
dnf -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm
|
||||
fi
|
||||
dnf config-manager --set-enabled remi
|
||||
dnf -y install tuned
|
||||
dnf -y install tuned dnf-automatic
|
||||
tuned-adm profile latency-performance
|
||||
sed -i 's/apply_updates = no/apply_updates = yes/g' /etc/dnf/automatic.conf
|
||||
systemctl enable --now dnf-automatic.timer
|
||||
dnf -y upgrade
|
||||
dnf -y autoremove
|
||||
dnf -y clean packages
|
||||
|
Loading…
Reference in New Issue
Block a user