#!/bin/sh

echo "Package management tools are disabled on TrueNAS appliances."
echo
echo "Attempting to update TrueNAS with apt or methods other than the TrueNAS web"
echo "interface can result in a nonfunctional system."
exit 1
