Update script to include sourcing setup specific functions
This commit is contained in:
parent
adb41337e3
commit
b23c6b15bb
@ -1,7 +1,10 @@
|
|||||||
# include/setup: Set up application for the first time after cloning, or set it
|
# include/setup: Set up application for the first time after cloning, or set it
|
||||||
# back to the initial first unused state.
|
# back to the initial first unused state.
|
||||||
|
|
||||||
## Option defaults
|
# Load setup functions
|
||||||
|
source ./script/include/setup_functions.inc.sh
|
||||||
|
|
||||||
|
## Set option defaults
|
||||||
# If CREATE_VENV is not set, set it to "true"
|
# If CREATE_VENV is not set, set it to "true"
|
||||||
if [ -z "${CREATE_VENV+is_set}" ]; then
|
if [ -z "${CREATE_VENV+is_set}" ]; then
|
||||||
CREATE_VENV="true"
|
CREATE_VENV="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user