9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# script/update: Update dependencies
|
|
|
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|
|
|
# Run the bootstrap script
|
|
source ./script/bootstrap
|