Skip to content

Commit f7aee7c

Browse files
Angaddeep Singhadamperkowski
andauthored
Update core/tabs/system-setup/fedora/fedora-upgrade.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
1 parent 29c9b0d commit f7aee7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/tabs/system-setup/fedora/fedora-upgrade.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ current_version=$(rpm -E '%{fedora}')
66
next_version=$((current_version + 1))
77
previous_version=$((current_version - 1))
88

9-
# Function to update Fedora
109
update() {
1110
printf "%b\n" "${RED}Make sure your system is fully updated; if not, update first and reboot once.${RC}"
1211
printf "%b\n" "${CYAN}Your current Fedora version is $current_version.${RC}"

0 commit comments

Comments
 (0)