1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/Nuclei-Software-nuclei-sdk

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
setup.ps1 723 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Huaqi Fang Отправлено 03.11.2023 11:36 2f54ead
$NUCLEI_TOOL_ROOT="D:\NucleiStudio\toolchain"
# Create your setup_config.ps1 before run .\setup.ps1
# and define $NUCLEI_TOOL_ROOT like below
# $NUCLEI_TOOL_ROOT="D:\NucleiStudio_IDE_202310-win64\NucleiStudio\toolchain"
# Start Windows PowerShell with the "Run as Administrator" option
# Run the following command below to enable running unsigned scripts:
# set-executionpolicy remotesigned
$SETUP_CONFIG="setup_config.ps1"
if (Test-Path $SETUP_CONFIG) {
. .\$SETUP_CONFIG
}
Write-Output "Setup Nuclei SDK Tool Environment"
Write-Output "NUCLEI_TOOL_ROOT=$NUCLEI_TOOL_ROOT"
$env:Path="$NUCLEI_TOOL_ROOT\gcc\bin;$NUCLEI_TOOL_ROOT\openocd\bin;$NUCLEI_TOOL_ROOT\build-tools\bin;$NUCLEI_TOOL_ROOT\qemu\bin;"+$env:Path

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/Nuclei-Software-nuclei-sdk.git
git@api.gitlife.ru:oschina-mirror/Nuclei-Software-nuclei-sdk.git
oschina-mirror
Nuclei-Software-nuclei-sdk
Nuclei-Software-nuclei-sdk
master