Skip to content

Commit 4aab39c

Browse files
authored
Update configure.sh
Missing php module for sqlite.
1 parent a809eb7 commit 4aab39c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LookingGlass/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ function requirements()
186186
187187
##### IMPORTANT #####
188188
Unknown Operating system. Install dependencies manually:
189-
host mtr iputils-ping traceroute sqlite3
189+
host mtr iputils-ping traceroute sqlite3 php5-sqlite
190190
#####################
191191
EOF
192192
return
193193
fi
194194

195195
# Array of required functions
196-
local REQUIRE=(host mtr iputils-ping traceroute sqlite3)
196+
local REQUIRE=(host mtr iputils-ping traceroute php5-sqlite sqlite3)
197197

198198
# Loop through required & install
199199
for i in "${REQUIRE[@]}"; do

0 commit comments

Comments
 (0)