Skip to content
Snippets Groups Projects
linux57.install 368 B
Newer Older
Philip Müller's avatar
Philip Müller committed
eol() {
  echo ">>> NOTE, 5.7.19 was the last maintenance release by Greg Kroah-Hartman."
  echo "    This kernel series is now marked EOL (end of life)."
  echo "    "
  echo "    It is recommend to move on to linux58 series."
  echo "    Use followed cmd to do that: 'sudo mhwd-kernel -i linux58'"
  echo "    "
}

post_upgrade() {
  eol
}

post_install() {
  eol
}