Fedora/GraalVM

From Chorke Wiki
Revision as of 22:18, 12 November 2021 by Shahed (talk | contribs) (Shahed moved page Fedora/Install GraalVM to Fedora/GraalVM without leaving a redirect: Naming Convension)
Jump to navigation Jump to search
sudo su
cat << EOF >> /boot/efi/config.txt

disable_overscan=1

EOF
cat /boot/efi/config.txt
init 6
sudo su
cat << EOF >> /etc/dnf/dnf.conf

fastestmirror=True
max_parallel_downloads=10
defaultyes=True
EOF
dnf update