1 2 3 4 5 6 7 8 9 10
post_install(){ cat<<'EOL' Please add a following line to the ~/.bashrc or ~/.zshrc : export PATH=/opt/openresty/bin:$PATH EOL } post_upgrade(){ post_install }