From 74dbf68bcc0752609ac9df717d09badbb6d50b8e Mon Sep 17 00:00:00 2001 From: Levon Date: Mon, 13 May 2024 20:03:52 -0500 Subject: [PATCH] refresh build --- scripts/refresh_build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/refresh_build.sh diff --git a/scripts/refresh_build.sh b/scripts/refresh_build.sh new file mode 100755 index 0000000..eb1895f --- /dev/null +++ b/scripts/refresh_build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git pull +bash ./scripts/install_deps.sh || exit 1 +bash ./scripts/build.sh || exit 1