File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3454,7 +3454,7 @@ Pentest_ksubdomain_Install(){
34543454 ksubdomain > /dev/null 2>&1 && Echo_INFOR " Successfully installed $name $ksubdomain_Ver in the /usr/local/bin/" || Echo_ERROR3
34553455 ;;
34563456 * " linux-arm64" * )
3457- mkdir -p /tmp/ksubdomain && cd /tmp/ksubdomain && go install github.com/boy-hack/ksubdomain/cmd/ksubdomain@latest
3457+ mkdir -p /tmp/ksubdomain && cd /tmp/ksubdomain && go install github.com/boy-hack/ksubdomain/v2/ cmd/ksubdomain@latest
34583458 mv $GOPATH /bin/ksubdomain /usr/local/bin/ksubdomain && chmod +x /usr/local/bin/ksubdomain || { mv /root/go/bin/ksubdomain /usr/local/bin/ksubdomain; chmod +x /usr/local/bin/ksubdomain; }
34593459 rm -rf /tmp/ksubdomain && cd /tmp
34603460 which ksubdomain > /dev/null 2>&1 && Echo_INFOR " Successfully installed $name in the /usr/local/bin/" || Echo_ERROR3
You can’t perform that action at this time.
0 commit comments