We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c9b0d commit f7aee7cCopy full SHA for f7aee7c
core/tabs/system-setup/fedora/fedora-upgrade.sh
@@ -6,7 +6,6 @@ current_version=$(rpm -E '%{fedora}')
6
next_version=$((current_version + 1))
7
previous_version=$((current_version - 1))
8
9
-# Function to update Fedora
10
update() {
11
printf "%b\n" "${RED}Make sure your system is fully updated; if not, update first and reboot once.${RC}"
12
printf "%b\n" "${CYAN}Your current Fedora version is $current_version.${RC}"
0 commit comments