Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
casjay committed Aug 31, 2020
1 parent 65efe86 commit 916f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/portal/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fi
DISTRO_PHP_VERSION="5"
case $RECEIVER_OS_DISTRIBUTION in
debian|raspbian)
if [[ $RECEIVER_OS_RELEASE -ge "9" ]]; then DISTRO_PHP_VERSION="7.0"; fi
if [[ $RECEIVER_OS_RELEASE -ge "9" ]]; then DISTRO_PHP_VERSION="7.3"; fi
;;
ubuntu)
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 16.04"` -eq 1 ]; then DISTRO_PHP_VERSION="7.0"; fi
Expand Down

0 comments on commit 916f33e

Please sign in to comment.