summarylogtreecommitdiffstats
path: root/openresty.install
blob: 5bb3904b5f8047370a4566e37daab052d8202fdc (plain)
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
}