mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Homebrew SQLite package no longer has a --without-readline option
This commit is contained in:
@@ -64,7 +64,7 @@ $BREW remove `$BREW list` --force >>$LOG 2>&1
|
||||
|
||||
# Install SQLite3
|
||||
echo Install SQLite3 >>$LOG 2>&1
|
||||
$BREW install sqlite --with-functions --with-json1 --without-readline --with-fts --with-fts5 >>$LOG 2>&1
|
||||
$BREW install sqlite --with-functions --with-json1 --with-fts --with-fts5 >>$LOG 2>&1
|
||||
$BREW link sqlite3 --force >>$LOG 2>&1
|
||||
|
||||
# Update the sqlitebrowser source
|
||||
|
||||
Reference in New Issue
Block a user