refresh build

This commit is contained in:
2024-05-13 20:03:52 -05:00
parent 0ef7d02b40
commit 74dbf68bcc

5
scripts/refresh_build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git pull
bash ./scripts/install_deps.sh || exit 1
bash ./scripts/build.sh || exit 1