Add deprecation notice to old images

This commit is contained in:
ViViDboarder 2020-02-13 12:17:19 -08:00
parent 5c97af4fb3
commit a4872c0f6e
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
#! /bin/bash
echo "!!!!!!!!!!!!!!!!!!!!!!!!! DEPRECATION NOTICE !!!!!!!!!!!!!!!!!!!!!!!!!"
echo "The ubuntu and raspbian tags are now deprecated. The latest tag now "
echo "is based on Ubuntu eoan supports multiple architechtures. Please use "
echo "that instead."
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
# If first arg is bash, we'll just execute directly
if [ "$1" == "bash" ]; then
exec "$@"