Skip to content

Commit

Permalink
Added sqllite3 dependency for Debian-based systems. This dependency m…
Browse files Browse the repository at this point in the history
…ust have been added with recent functionality updates.
  • Loading branch information
bobsummerwill committed Sep 5, 2023
1 parent 546e5a3 commit 1b4963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dependency_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup_mac() {
}

setup_apt() {
apt_deps="git make gcc pkg-config libasound2-dev libssl-dev libsqlcipher-dev"
apt_deps="git make gcc pkg-config libasound2-dev libssl-dev libsqlcipher-dev libsqlite3-dev"
$1 install $apt_deps || return 1
}

Expand Down

0 comments on commit 1b4963c

Please sign in to comment.