Skip to content

Commit

Permalink
Clarify the OS nag (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Aug 14, 2024
1 parent 186be04 commit c6320f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ nag_os_version() {
echo
echo "Ubuntu ${__os_major_version} is older than the recommended 24.04 or 22.04 version."
echo
echo "Updating is neither urgent nor required, merely recommended."
fi
fi

Expand All @@ -1171,6 +1172,7 @@ nag_os_version() {
echo
echo "Debian ${__os_major_version} is older than the recommended 12 or 11 version."
echo
echo "Updating is neither urgent nor required, merely recommended."
fi
fi
}
Expand Down

0 comments on commit c6320f5

Please sign in to comment.