Skip to content

Commit 080891f

Browse files
author
gau1991
committed
Fixed dependency packages not installing during update
1 parent c1e22c5 commit 080891f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ else
305305
if [[ $? -ne 0 ]];then
306306
read -p "Update EasyEngine to $new_ee_version (y/n): " ee_ans
307307
if [ "$ee_ans" = "y" ] || [ "$ee_ans" = "Y" ]; then
308+
install_dep | tee -ai $EE_INSTALL_LOG
308309
update_to_ee_latest | tee -ai $EE_INSTALL_LOG
309310
install_ee3 | tee -ai $EE_INSTALL_LOG
310311
git_init | tee -ai $EE_INSTALL_LOG

0 commit comments

Comments
 (0)