Spaces:
Sleeping
Sleeping
Update install.bat
Browse files- install.bat +1 -1
install.bat
CHANGED
@@ -14,7 +14,7 @@ cd /d %INSTALL_DIR%
|
|
14 |
|
15 |
:git_clone
|
16 |
set DL_URL=%REPOS%
|
17 |
-
set DL_DST
|
18 |
git clone %DL_URL% %APPDIR%
|
19 |
if exist %DL_DST% goto install_python
|
20 |
|
|
|
14 |
|
15 |
:git_clone
|
16 |
set DL_URL=%REPOS%
|
17 |
+
set DL_DST=%APPDIR%
|
18 |
git clone %DL_URL% %APPDIR%
|
19 |
if exist %DL_DST% goto install_python
|
20 |
|