We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 141a0fb + 9a71576 commit cbaf657Copy full SHA for cbaf657
1 file changed
install.sh
@@ -752,11 +752,13 @@ install_v2ray() {
752
mkdir -p /etc/v2ray/233boy/v2ray
753
cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray
754
else
755
+ pushd /tmp
756
if [[ $_test ]]; then
757
git clone https://github.com/233boy/v2ray -b test /etc/v2ray/233boy/v2ray
758
759
git clone https://github.com/233boy/v2ray /etc/v2ray/233boy/v2ray
760
fi
761
+ popd
762
763
764
0 commit comments