We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809eb7 commit 4aab39cCopy full SHA for 4aab39c
1 file changed
LookingGlass/configure.sh
@@ -186,14 +186,14 @@ function requirements()
186
187
##### IMPORTANT #####
188
Unknown Operating system. Install dependencies manually:
189
-host mtr iputils-ping traceroute sqlite3
+host mtr iputils-ping traceroute sqlite3 php5-sqlite
190
#####################
191
EOF
192
return
193
fi
194
195
# Array of required functions
196
- local REQUIRE=(host mtr iputils-ping traceroute sqlite3)
+ local REQUIRE=(host mtr iputils-ping traceroute php5-sqlite sqlite3)
197
198
# Loop through required & install
199
for i in "${REQUIRE[@]}"; do
0 commit comments