From eeec2a095bea37339203cd90b6d51f191e589edd Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 26 Aug 2022 22:33:45 -0700 Subject: [PATCH] added git stash to update procedure --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index aa936db..e9a5caa 100644 --- a/install.sh +++ b/install.sh @@ -90,6 +90,7 @@ install-deps(){ update(){ pushd $rundir remove + git stash -m "$pretty_date stashing changes before update to latest" git fetch && git pull install popd