Updated update script

This commit is contained in:
Eric Renfro 2018-05-28 04:38:29 -04:00
parent 6b0bc3d0f5
commit 97b846fec2
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 6 additions and 1 deletions

7
update
View File

@ -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