Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Dec 11, 2024
1 parent c44ccc1 commit ec7eb7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions previous_versions/v4.3/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,7 @@ if exist "%LOCATION_ECOASSIST_FILES%\EcoAssist\" (
) else (
echo Dir EcoAssist does not exists! Clone repo... | wtee -a "%LOG_FILE%"
cd "%LOCATION_ECOASSIST_FILES%" || ( echo "Could not change directory to EcoAssist_files. Command could not be run. Installation was terminated. Copy-paste this output and send it to peter@addaxdatascience.com for further support." | wtee -a "%LOG_FILE%" & cmd /k & exit )
"%EA_GIT_EXE%" clone https://github.com/PetervanLunteren/EcoAssist.git
cd "%LOCATION_ECOASSIST_FILES%\EcoAssist" || ( echo "Could not change directory to EcoAssist. Command could not be run. Installation was terminated. Copy-paste this output and send it to peter@addaxdatascience.com for further support." | wtee -a "%LOG_FILE%" & cmd /k & exit )
"%EA_GIT_EXE%" clone -b finetuneMD https://github.com/PetervanLunteren/EcoAssist.git
cd "%LOCATION_ECOASSIST_FILES%" || ( echo "Could not change directory to EcoAssist_files. Command could not be run. Installation was terminated. Copy-paste this output and send it to peter@addaxdatascience.com for further support." | wtee -a "%LOG_FILE%" & cmd /k & exit )
"%EA_GIT_EXE%" clone -b finetuneMD https://github.com/PetervanLunteren/EcoAssist.git
@REM check the size of the folder
dir "%LOCATION_ECOASSIST_FILES%\EcoAssist" | wtee -a "%LOG_FILE%"
)
Expand Down

0 comments on commit ec7eb7c

Please sign in to comment.