File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/tabs/system-setup/fedora Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ current_version=$(rpm -E '%{fedora}')
6
6
next_version=$(( current_version + 1 ))
7
7
8
8
update () {
9
- printf " %b\n" " ${RED } Make sure your system is fully updated; if not, update it first and reboot once.${RC} "
9
+ printf " %b\n" " ${YELLOW } Make sure your system is fully updated; if not, update it first and reboot once.${RC} "
10
10
printf " %b\n" " ${CYAN} Your current Fedora version is $current_version .${RC} "
11
11
printf " %b\n" " ${CYAN} The next available version is $next_version .${RC} "
12
12
@@ -32,7 +32,7 @@ update() {
32
32
33
33
case " $reboot_response " in
34
34
y|Y)
35
- printf " %b\n" " ${GREEN } Rebooting to apply the upgrade...${RC} "
35
+ printf " %b\n" " ${YELLOW } Rebooting to apply the upgrade...${RC} "
36
36
" $ESCALATION_TOOL " " $PACKAGER " system-upgrade reboot
37
37
;;
38
38
* )
You can’t perform that action at this time.
0 commit comments