We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e22c5 commit 080891fCopy full SHA for 080891f
install
@@ -305,6 +305,7 @@ else
305
if [[ $? -ne 0 ]];then
306
read -p "Update EasyEngine to $new_ee_version (y/n): " ee_ans
307
if [ "$ee_ans" = "y" ] || [ "$ee_ans" = "Y" ]; then
308
+ install_dep | tee -ai $EE_INSTALL_LOG
309
update_to_ee_latest | tee -ai $EE_INSTALL_LOG
310
install_ee3 | tee -ai $EE_INSTALL_LOG
311
git_init | tee -ai $EE_INSTALL_LOG
0 commit comments