mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Left that fi
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
9422d57283
commit
7181d7ae6a
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue