Procházet zdrojové kódy

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

hongwenjun před 6 roky
rodič
revize
8a7ad883c2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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