From 1f210a0fd411cfc4f190bf4fff07f52a695bad84 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 7 May 2019 12:43:02 -0700 Subject: Point people to Learn Chef in the post install message Point brand new users in the right direction. Signed-off-by: Tim Smith --- omnibus/package-scripts/angrychef/postinst | 2 +- omnibus/package-scripts/chef-fips/postinst | 2 +- omnibus/package-scripts/chef/postinst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/omnibus/package-scripts/angrychef/postinst b/omnibus/package-scripts/angrychef/postinst index a173efeaef..5cf14075b9 100755 --- a/omnibus/package-scripts/angrychef/postinst +++ b/omnibus/package-scripts/angrychef/postinst @@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che # be manually fixed. chown -Rh 0:0 $INSTALLER_DIR -echo "Thank you for installing Chef!" +echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io" exit 0 diff --git a/omnibus/package-scripts/chef-fips/postinst b/omnibus/package-scripts/chef-fips/postinst index 8aa6f19ec1..d693f65193 100755 --- a/omnibus/package-scripts/chef-fips/postinst +++ b/omnibus/package-scripts/chef-fips/postinst @@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che # be manually fixed. chown -Rh 0:0 $INSTALLER_DIR -echo "Thank you for installing Chef!" +echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io" exit 0 diff --git a/omnibus/package-scripts/chef/postinst b/omnibus/package-scripts/chef/postinst index 45893241b3..c1c5272902 100755 --- a/omnibus/package-scripts/chef/postinst +++ b/omnibus/package-scripts/chef/postinst @@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che # be manually fixed. chown -Rh 0:0 $INSTALLER_DIR -echo "Thank you for installing Chef!" +echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io" exit 0 -- cgit v1.2.1