File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- PHP=$( php -r ' echo explode("-",phpversion())[0];' )
3
2
echo " ================================================"
4
- echo " Debian 9 (PHP $PHP )"
3
+ echo " Debian 9 (PHP 7.0 )"
5
4
echo " ================================================"
6
5
7
6
echo -n " [1/4] Starting MariaDB 10.1 ..... "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- PHP=$( php -r ' echo explode("-",phpversion())[0];' )
3
2
echo " ================================================"
4
- echo " Ubuntu 16.04 (PHP $PHP )"
3
+ echo " Ubuntu 16.04 (PHP 7.0 )"
5
4
echo " ================================================"
6
5
7
6
echo -n " [1/4] Starting MariaDB 10.0 ..... "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- PHP=$( php -r ' echo explode("-",phpversion())[0];' )
3
2
echo " ================================================"
4
- echo " Ubuntu 18.04 (PHP $PHP )"
3
+ echo " Ubuntu 18.04 (PHP 7.2 )"
5
4
echo " ================================================"
6
5
7
6
echo -n " [1/4] Starting MySQL 5.7 ........ "
You can’t perform that action at this time.
0 commit comments