Skip to content

Commit

Permalink
Merge pull request #1332 from maxhbr/maxhbr/fixBugFrom#1327
Browse files Browse the repository at this point in the history
fix(fo-installdeps): there is a wrong failing default case

Reviewed-by: mishra.gaurav@siemens.com
Tested-by: mishra.gaurav@siemens.com
  • Loading branch information
GMishx committed Apr 12, 2019
2 parents aacf0d9 + 44da2ea commit 171d4d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/fo-installdeps
Expand Up @@ -110,7 +110,6 @@ if [[ $BUILDTIME ]]; then
apt-get $YesOpt install php-mbstring php7.0-xml php7.0-zip;;
bionic)
apt-get $YesOpt install php-mbstring php7.2-xml php7.2-zip;;
*) echo "ERROR: Unknown or Unsupported $DISTRO $CODENAME release, please report to the mailing list"; exit 1;;
esac
if ! dpkg --get-selections | grep -q postgresql-server-dev; then ## if postgresql-server-dev is not installed
case "$CODENAME" in
Expand Down

0 comments on commit 171d4d0

Please sign in to comment.