upgrade warning

1.0
Lukas Macura 2016-04-09 12:34:04 +02:00
parent 3db7c1d5fc
commit a3a854d615
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ zaf_postconfigure() {
else
[ "${ZAF_GIT}" = 1 ] && [ -n "${INSTALL_PREFIX}" ] && git clone "${ZAF_REPO_GITURL}" "${INSTALL_PREFIX}/${ZAF_REPO_DIR}"
fi
zaf_wrn "Install done. Use 'zaf' to get started."
zaf_wrn "Install done. Use 'zaf' to get started. Do not forget to do 'zaf upgrade' to upgrade plugins too!"
true
}