Skip to content

Commit 2f54ead

Browse files
committed
env: update setup script for Nuclei Studio 2023.10
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 4ed18d8 commit 2f54ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set NUCLEI_TOOL_ROOT=D:\NucleiStudio\toolchain
33

44
REM Create your setup_config.bat
55
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
77
set SETUP_CONFIG=setup_config.bat
88

99
if exist %SETUP_CONFIG% call %SETUP_CONFIG%

setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $NUCLEI_TOOL_ROOT="D:\NucleiStudio\toolchain"
22

33
# Create your setup_config.ps1 before run .\setup.ps1
44
# 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"
66
# Start Windows PowerShell with the "Run as Administrator" option
77
# Run the following command below to enable running unsigned scripts:
88
# set-executionpolicy remotesigned

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NUCLEI_TOOL_ROOT=~/NucleiStudio/toolchain
22
# Create your setup_config.sh
33
# 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
55
SETUP_CONFIG=setup_config.sh
66

77
[ -f $SETUP_CONFIG ] && source $SETUP_CONFIG

0 commit comments

Comments
 (0)