Update script to use global header file
This commit is contained in:
parent
6a4069853a
commit
10fa0a7ffa
@ -1,10 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# If a command fails, exit the script
|
# script/update: Update dependencies
|
||||||
set -e
|
|
||||||
|
|
||||||
# Ensure we are in the app root directory (not the /script directory)
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
cd "$(dirname "${0}")/.."
|
|
||||||
|
|
||||||
# Update dependencies
|
# Run the bootstrap script
|
||||||
script/bootstrap
|
source ./script/bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user