Compare commits
1 Commits
41b3898d58
...
a4263ba25f
Author | SHA1 | Date | |
---|---|---|---|
a4263ba25f |
@ -172,6 +172,7 @@ echo invalid value: %choice%
|
|||||||
goto conduit
|
goto conduit
|
||||||
:conduit_yes
|
:conduit_yes
|
||||||
"C:\Python27\Scripts\pip.exe" install git+ssh://git@github.com/kbenzie/conduit.git
|
"C:\Python27\Scripts\pip.exe" install git+ssh://git@github.com/kbenzie/conduit.git
|
||||||
|
rmdir /Q /S "%~dp0\bootstrap_env"
|
||||||
:conduit_no
|
:conduit_no
|
||||||
|
|
||||||
:remove_bootstrap
|
:remove_bootstrap
|
||||||
@ -185,8 +186,6 @@ if "%choice%"=="n" goto remove_bootstrap_no
|
|||||||
echo invalid value: %choice%
|
echo invalid value: %choice%
|
||||||
goto remove_bootstrap
|
goto remove_bootstrap
|
||||||
:remove_bootstrap_yes
|
:remove_bootstrap_yes
|
||||||
rmdir /Q /S "%~dp0\bootstrap_env"
|
|
||||||
echo "Completed: %0 will now be removed"
|
|
||||||
start /b "" cmd /c del "%~f0"&exit /b
|
start /b "" cmd /c del "%~f0"&exit /b
|
||||||
:remove_bootstrap_no
|
:remove_bootstrap_no
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user