소스 검색

Update wgmtu.sh

蘭雅sRGB 4 년 전
부모
커밋
56d1dc9afc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Wireguard/wgmtu.sh

+ 2 - 2
Wireguard/wgmtu.sh

@@ -163,8 +163,8 @@ ss_kcp_udp2raw_wg_speed(){
 
 # 常用工具和配置
 get_tools_conf(){
-    apt install -y htop tmux curl wget vim >/dev/null 2>&1
-  #  yum install -y vim htop tmux screen iperf3  >/dev/null 2>&1
+    apt install -y htop tmux curl wget vim psmisc
+ #  yum install -y vim htop tmux screen iperf3  >/dev/null 2>&1
     wget -O .vimrc      --no-check-certificate https://raw.githubusercontent.com/hongwenjun/srgb/master/vim/_vimrc
     wget -O .bashrc     --no-check-certificate https://raw.githubusercontent.com/hongwenjun/srgb/master/vim/_bashrc
     wget -O .tmux.conf  --no-check-certificate https://raw.githubusercontent.com/hongwenjun/tmux_for_windows/master/.tmux.conf