curl https://share.autoinstall.cz/pub/Linux/dnf_bez.conf --output /etc/dnf/dnf.conf --insecure sudo dnf remove kernel kernel-tools kernel-tools-libs "kernel-core*" "kernel-modules*" "kernel-headers-*" "kernel-srpm-*" -y yum update -y yum install open-vm-tools -y yum install dnf-automatic -y sudo update-crypto-policies --set DEFAULT sudo systemctl disable --now dnf-automatic.timer sudo systemctl disable --now dnf-automatic-install.timer curl https://share.autoinstall.cz/pub/Linux/automatic.conf --output /etc/dnf/automatic.conf --insecure curl https://share.autoinstall.cz/pub/Linux/dnf-automatic-install.timer --output /usr/lib/systemd/system/dnf-automatic-install.timer --insecure sudo systemctl enable --now dnf-automatic-install.timer systemctl list-timers *dnf-automatic* curl https://share.autoinstall.cz/pub/Linux/dnf.conf --output /etc/dnf/dnf.conf --insecure curl https://share.autoinstall.cz/pub/Linux/clean-kernels.sh --output /usr/local/bin/clean-kernels.sh --insecure chmod +x /usr/local/bin/clean-kernels.sh curl https://share.autoinstall.cz/pub/Linux/root --output /var/spool/cron/root --insecure sudo systemctl restart crond cat /etc/dnf/dnf.conf rpm -qa | grep -E "^kernel-(uek|[0-9])" curl https://share.autoinstall.cz/pub/Linux/dnf_bez.conf --output /etc/dnf/dnf.conf --insecure sudo dnf remove kernel kernel-tools kernel-tools-libs "kernel-core*" "kernel-modules*" "kernel-headers-*" "kernel-srpm-*" -y # curl https://share.autoinstall.cz/pub/Linux/dnf.conf --output /etc/dnf/dnf.conf --insecure /usr/local/bin/clean-kernels.sh