Left that fi

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill 2018-06-05 14:30:18 +10:00 committed by GitHub
parent 9422d57283
commit 7181d7ae6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,8 +180,6 @@ if command -v apt-get &> /dev/null; then
phpInsMinor="$(echo $phpInsVer | cut -d\. -f2)"
phpVer="php$phpInsMajor.phpInsMinor"
fi
fi
# We also need the correct version for `php-sqlite` (which differs across distros)
if ${PKG_MANAGER} install --dry-run ${phpVer}-sqlite3 > /dev/null 2>&1; then
phpSqlite="sqlite3"