Skip to content

Commit fea4b5b

Browse files
authored
Update bootstrap_magic.sh
1 parent 45c3e54 commit fea4b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap_magic.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ echo "pyScriptDir: ${DEV_DIR}/pybob" >> pybob.yml
2222
echo "rockFlavor: master" >> pybob.yml
2323

2424
./pybob.py buildconf
25+
source ../env.sh
26+
./pybob.py fetch
27+
./pybob.py install
2528
cd ..
26-
source env.sh
27-
bob fetch
28-
bob install
2929

0 commit comments

Comments
 (0)