We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87ca96 commit 1b98acbCopy full SHA for 1b98acb
1 file changed
f8x
@@ -3794,7 +3794,7 @@ Pentest_ccupp_Install(){
3794
then
3795
Echo_ALERT "$name installed"
3796
else
3797
- $Proxy_OK git clone --depth 1 ${GitProxy}https://github.com/WangYihang/ccupp.git $dir > /dev/null 2>&1 && Echo_INFOR "Downloaded $name in the $dir" || Echo_ERROR2
+ mkdir -p $dir && $Proxy_OK git clone --depth 1 ${GitProxy}https://github.com/WangYihang/ccupp.git $dir > /dev/null 2>&1 && Echo_INFOR "Downloaded $name in the $dir" || Echo_ERROR2
3798
cd $dir && rm -rf benchmark_data benchmark-site && $Proxy_OK pipx install . > /dev/null 2>&1
3799
which ccupp > /dev/null 2>&1 && Echo_INFOR "Successfully installed $name" || Echo_ERROR3
3800
fi
0 commit comments