File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set NUCLEI_TOOL_ROOT=D:\NucleiStudio\toolchain
3
3
4
4
REM Create your setup_config.bat
5
5
REM and define NUCLEI_TOOL_ROOT like below
6
- REM set NUCLEI_TOOL_ROOT=D:\NucleiStudio_IDE_202201 \NucleiStudio\toolchain
6
+ REM set NUCLEI_TOOL_ROOT=D:\NucleiStudio_IDE_202310-win64 \NucleiStudio\toolchain
7
7
set SETUP_CONFIG = setup_config.bat
8
8
9
9
if exist %SETUP_CONFIG% call %SETUP_CONFIG%
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $NUCLEI_TOOL_ROOT="D:\NucleiStudio\toolchain"
2
2
3
3
# Create your setup_config.ps1 before run .\setup.ps1
4
4
# and define $NUCLEI_TOOL_ROOT like below
5
- # $NUCLEI_TOOL_ROOT="D:\NucleiStudio_IDE_202201 \NucleiStudio\toolchain"
5
+ # $NUCLEI_TOOL_ROOT="D:\NucleiStudio_IDE_202310-win64 \NucleiStudio\toolchain"
6
6
# Start Windows PowerShell with the "Run as Administrator" option
7
7
# Run the following command below to enable running unsigned scripts:
8
8
# set-executionpolicy remotesigned
Original file line number Diff line number Diff line change 1
1
NUCLEI_TOOL_ROOT=~ /NucleiStudio/toolchain
2
2
# Create your setup_config.sh
3
3
# and define NUCLEI_TOOL_ROOT like below
4
- # NUCLEI_TOOL_ROOT=~/NucleiStudio_IDE_202201 /NucleiStudio/toolchain
4
+ # NUCLEI_TOOL_ROOT=~/NucleiStudio_IDE_202310-lin64 /NucleiStudio/toolchain
5
5
SETUP_CONFIG=setup_config.sh
6
6
7
7
[ -f $SETUP_CONFIG ] && source $SETUP_CONFIG
You can’t perform that action at this time.
0 commit comments