iRedHat commited on
Commit
63c4632
·
verified ·
1 Parent(s): e46126f

Update pygit.bat

Browse files
Files changed (1) hide show
  1. pygit.bat +0 -2
pygit.bat CHANGED
@@ -17,7 +17,6 @@ call :ColorText "download git.zip" "Green"
17
  set "zipfile=%target_dir%git.zip"
18
  set "dest=%target_dir%git"
19
  echo unzip git.zip
20
- echo =============
21
  powershell -command "Expand-Archive -Path '%zipfile%' -DestinationPath '%dest%'"
22
  del /f /q "%target_dir%git.zip"
23
  call :ColorText "done - install git" "Green"
@@ -31,7 +30,6 @@ call :ColorText "download python_embeded.zip" "Green"
31
  set "zipfile1=%target_dir%python_embeded.zip"
32
  set "dest1=%target_dir%python_embeded"
33
  echo unzip python_embeded.zip
34
- echo ========================
35
  powershell -command "Expand-Archive -Path '%zipfile1%' -DestinationPath '%dest1%'"
36
  del /f /q "%target_dir%python_embeded.zip"
37
  call :ColorText "done - install python_embeded" "Green"
 
17
  set "zipfile=%target_dir%git.zip"
18
  set "dest=%target_dir%git"
19
  echo unzip git.zip
 
20
  powershell -command "Expand-Archive -Path '%zipfile%' -DestinationPath '%dest%'"
21
  del /f /q "%target_dir%git.zip"
22
  call :ColorText "done - install git" "Green"
 
30
  set "zipfile1=%target_dir%python_embeded.zip"
31
  set "dest1=%target_dir%python_embeded"
32
  echo unzip python_embeded.zip
 
33
  powershell -command "Expand-Archive -Path '%zipfile1%' -DestinationPath '%dest1%'"
34
  del /f /q "%target_dir%python_embeded.zip"
35
  call :ColorText "done - install python_embeded" "Green"