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 79ceae9 commit eda8c45Copy full SHA for eda8c45
core/tabs/system-setup/fedora/fedora-upgrade.sh
@@ -4,7 +4,6 @@
4
5
current_version=$(rpm -E '%{fedora}')
6
next_version=$((current_version + 1))
7
-previous_version=$((current_version - 1))
8
9
update() {
10
printf "%b\n" "${RED}Make sure your system is fully updated; if not, update it first and reboot once.${RC}"
0 commit comments