Explorar el Código

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

hongwenjun hace 6 años
padre
commit
8a7ad883c2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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