Skip to content

Commit

Permalink
Install PHP 7.2 on Ubuntu 18+.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazka authored Jun 22, 2018
1 parent 8f6cbc3 commit e11bbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/portal/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ case $RECEIVER_OS_DISTRIBUTION in
ubuntu)
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 16.04"` -eq 1 ]; then DISTRO_PHP_VERSION="7.0"; fi
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 17.10"` -eq 1 ]; then DISTRO_PHP_VERSION="7.1"; fi
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 18.04"` -eq 1 ]; then DISTRO_PHP_VERSION="7.2"; fi
;;
esac
Expand Down

1 comment on commit e11bbce

@abcd567a
Copy link

@abcd567a abcd567a commented on e11bbce Jun 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Joe

After this commit, SUCCESSFULLY installed Web Portal on Ubuntu 18.04 x64 on i386 computer :)

.
web portal on Ubuntu 18 04 in oracle vm

Please sign in to comment.