From a4872c0f6edb3ad2e9a41870a7a18b839074cea3 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 13 Feb 2020 12:17:19 -0800 Subject: [PATCH] Add deprecation notice to old images --- start.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/start.sh b/start.sh index d339b3c..5e33f0a 100755 --- a/start.sh +++ b/start.sh @@ -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 "$@"