mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Remove extra wget
This commit is contained in:
parent
be27911ab1
commit
d7270bb9cd
@ -7,7 +7,7 @@ PYSQLITE3_VERSION="0.5.3"
|
|||||||
|
|
||||||
# Fetch the source code for the latest release of Sqlite.
|
# Fetch the source code for the latest release of Sqlite.
|
||||||
if [[ ! -d "sqlite" ]]; then
|
if [[ ! -d "sqlite" ]]; then
|
||||||
wget wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz
|
wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz
|
||||||
tar xzf sqlite.tar.gz
|
tar xzf sqlite.tar.gz
|
||||||
cd sqlite/
|
cd sqlite/
|
||||||
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always
|
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user