summarylogtreecommitdiffstats
path: root/php-version.install
blob: 9235ff569f29b5e438c1e094ce41779f39c1bffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo 'To Enable "php-version" source the shell script:'
  echo 'source /usr/lib/php-version/php-version.sh'
  echo ""

  echo 'To Select a specific PHP version with "php-version" call the "php-version" function:'
  echo 'php-version 7.2.0'
  echo ""

  echo "For detailed instructions on building PHP Versions visit:"
  echo "https://github.com/wilmoore/php-version/wiki/Building-PHP-Versions"
  echo ""
}