Files
ffmpeg-av1-builder/scripts/refresh_build.sh
2024-05-17 07:57:13 -05:00

6 lines
115 B
Bash
Executable File

#!/bin/bash
git pull
bash ./scripts/install_deps.sh || exit 1
bash ./scripts/build.sh $(cat .last_opts) || exit 1