From 399bdf5e04ecf879027fa7404cdd941bab8c3880 Mon Sep 17 00:00:00 2001 From: Snogard Date: Fri, 7 Mar 2025 15:35:07 +0100 Subject: [PATCH] removed deprecation notice --- src/commands/update.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/commands/update.sh b/src/commands/update.sh index eb5202c..955340b 100755 --- a/src/commands/update.sh +++ b/src/commands/update.sh @@ -27,12 +27,4 @@ if [ ! "$configDir" = "$sysConfigDir" ]; then git pull fi - -echo "WARNING: the update process is being split into two commands. -kaido update: to download the latest container defitions and kaido versions -kaido upgrade: to donwload the lastest user configs and to actually upgrade your containers to the latest definitions -NOTE: when the transition is finished make sure that your kaido configs are in inside '$HOME/.config/kaido' instead of '/etc/kaido'" - -echo "WARNING: if somethig fails, check your file permissions, make sure they belong to the correct user" - exit 0 \ No newline at end of file