Skip to content

Commit

Permalink
Remaster update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 9, 2021
1 parent b6b49bd commit fbaf901
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ set -e
ROOT="$( cd "$( dirname "$(readlink -f "$0")" )/.." >/dev/null 2>&1 && pwd )"
cd "${ROOT}"

git pull
git submodule update
if git branch -r | grep -q "template/" ; then
git fetch template
fi

git fetch
git submodule update --remote

0 comments on commit fbaf901

Please sign in to comment.