bridge 1 year ago
parent
commit
e132cf53ed
1 changed files with 7 additions and 1 deletions
  1. 7 1
      init.md

+ 7 - 1
init.md

@@ -10,7 +10,13 @@
 
 ### 2. 内网穿透和VPN搭建
 ```
-curl http://git.fast-fun.cn:92/ruili-station/readme/raw/master/init-per.sh -o init-per.sh && sudo chmod a+x init-per.sh && bash init-per.sh
+
+xxx: 站名
+num: 序号
+
+curl http://git.fast-fun.cn:92/ruili-station/readme/raw/master/init-per.sh -o init-per.sh \ 
+&& sudo chmod a+x init-per.sh \
+&& bash init-per.sh xxx num
 
 vpn密码: qx123456
 ```