Skip to content

Commit

Permalink
Resolved shell check errors that were overlooked
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Nov 12, 2024
1 parent 77f676a commit fcb00fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/database/screen-capture-annotate/setup-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

python3 -m venv screen_capture_annotate_env

# shellcheck source=/dev/null
source screen_capture_annotate_env/bin/activate

# install requirements

0 comments on commit fcb00fa

Please sign in to comment.