removed deprecation notice

This commit is contained in:
Snogard 2025-03-07 15:35:07 +01:00
parent 7e82e8709a
commit 399bdf5e04

View File

@ -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