Skip to content

Commit

Permalink
build_falter: add dependency on sqlite3
Browse files Browse the repository at this point in the history
Since the change in #100 sqlite3 is a dependency of build_falter.

Signed-off-by: Martin Hübner <[email protected]>
  • Loading branch information
Akira25 committed Mar 27, 2022
1 parent 98815b9 commit caa4cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_falter
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if [ "$OPTION_MISSING" == 1 ]; then
fi

# check for dependencies.
SCRIPT_DEPENDS="awk curl gawk grep git gettext python3 rsync sed unzip wget"
SCRIPT_DEPENDS="awk curl gawk grep git gettext python3 rsync sed unzip wget sqlite3"
for DEP in $SCRIPT_DEPENDS; do
type "$DEP" >/dev/null
if [ $? != 0 ]; then
Expand Down

0 comments on commit caa4cc1

Please sign in to comment.