From 32e3318e83f9079616c6c6d63ad06bf6267d433d Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Sat, 30 Apr 2022 11:45:12 -0500 Subject: [PATCH] Move prepare.sh to update.sh --- scripts/{prepare.sh => update.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{prepare.sh => update.sh} (77%) diff --git a/scripts/prepare.sh b/scripts/update.sh similarity index 77% rename from scripts/prepare.sh rename to scripts/update.sh index 0c26ffe..673cc52 100644 --- a/scripts/prepare.sh +++ b/scripts/update.sh @@ -1,5 +1,5 @@ #!/bin/sh -git reset hard +git reset --hard git pull git submodule update --init --recursive