This is a simple script that periodically checks for differences in locked files in a local repository with LFS.
- Install Python 3.9
- Install Pipenv
- Run
pipenv install
to create a virtual environment and install the required packages - Create a
env-load.sh
file to setup environment variables (see below)
Example env-load.sh
file:
#!/bin/sh
export REPO_DIR="YOUR-REPO-DIR"
export WEBHOOK_URL="YOUR-DISCORD-WEBHOOK-URL"
python lfs_checker.py
Just run pipenv run withenv