#!/bin/sh
# shellcheck disable=SC1091
# vim: set noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 :

. /lib/overthebox

msg="Upgrading is deprecated... Please consider a sysupgrade."
echo "$msg"
otb_err "$msg"

exit 0
