Fedora/GraalVM: Difference between revisions
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 21: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
|