Updated update script
This commit is contained in:
parent
6b0bc3d0f5
commit
97b846fec2
1 changed files with 6 additions and 1 deletions
7
update
7
update
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "${BASEDIR}"
|
||||
git submodule update --recursive --remote
|
||||
|
||||
|
|
Loading…
Reference in a new issue