mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-24 10:09:49 +02:00
Actually check if the submodule is there
This commit is contained in:
parent
bdea197999
commit
6a6e82f611
@ -2,7 +2,7 @@
|
|||||||
IF "%1"=="clean" GOTO CLEAN
|
IF "%1"=="clean" GOTO CLEAN
|
||||||
IF "%1"=="docs" GOTO DOCS
|
IF "%1"=="docs" GOTO DOCS
|
||||||
IF "%VCINSTALLDIR%" == "" GOTO NEED_VS
|
IF "%VCINSTALLDIR%" == "" GOTO NEED_VS
|
||||||
IF NOT EXIST "source\ReflectiveDLLInjection" (
|
IF NOT EXIST "source\ReflectiveDLLInjection\.git" (
|
||||||
ECHO Meterpreter's submodule dependencies can't be found.
|
ECHO Meterpreter's submodule dependencies can't be found.
|
||||||
ECHO From your git console, please run:
|
ECHO From your git console, please run:
|
||||||
ECHO $ git submodule init ^&^& git submodule update
|
ECHO $ git submodule init ^&^& git submodule update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user