Fedora/GraalVM: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "{| | valign="top" | <source lang="bash" highlight="2-6,8"> sudo su cat << EOF >> /boot/efi/config.txt disable_overscan=1 EOF cat /boot/efi/config.txt init 6 </source> | val...")
 
m (Shahed moved page Fedora/Install GraalVM to Fedora/GraalVM without leaving a redirect: Naming Convension)
(No difference)

Revision as of 22:18, 12 November 2021

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