Ver código fonte

update: bash <(curl -L -s https://git.io/fxxlb) setup

hongwenjun 6 anos atrás
pai
commit
8a7ad883c2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      wgmtu.sh

+ 2 - 2
wgmtu.sh

@@ -460,7 +460,7 @@ echo_GreenBG "      Open Source Project: https://github.com/hongwenjun/vps_setup
         bash <(curl -L -s https://git.io/vps.setup)
         ;;
         vnstat)
-        wget -qO- git.io/fxxlb | bash
+        bash <(curl -L -s https://git.io/fxxlb) setup
         ;;
         bench)
         wget -qO- git.io/superbench.sh | bash
@@ -513,7 +513,7 @@ if [[ $# > 0 ]]; then
         bash <(curl -L -s https://git.io/vps.setup)
         ;;
         vnstat)
-        wget -qO- git.io/fxxlb | bash
+        bash <(curl -L -s https://git.io/fxxlb) setup
         ;;
         bench)
         wget -qO- git.io/superbench.sh | bash