Skip to content

Commit

Permalink
Clarify the OS nag
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 14, 2024
1 parent 186be04 commit 2b0f735
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 2b0f735

Please sign in to comment.