You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the linux-install-source.sh script resulted in dnf update -y being executed, which caused an undesired upgrade from Fedora 36 to Fedora 37 on my machine. Can we omit the -y flag to prevent similar occurrences in the future?
It's also worth noting that, according to the dnf manpages, update is a deprecated alias for upgrade