Ver Fonte

Update shadowsocks-libev.sh

蘭雅sRGB há 6 anos atrás
pai
commit
c72ab1c823
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      shadowsocks-libev.sh

+ 3 - 2
shadowsocks-libev.sh

@@ -1,8 +1,8 @@
 #!/bin/bash
 # Pure Compilation of Shadowsocks-libev for Debian / Ubuntu
 
-if [ -e /etc/debian_version ]; then
-    # install base soft
+if [ -e /etc/debian_version ];then
+    ## install base soft
     apt update && apt install -y ca-certificates wget curl unzip xz vim htop tmux
 
     ## Debian / Ubuntu   build-essential
@@ -83,3 +83,4 @@ make
 make install
 
 /usr/local/bin/ss-server -v
+############################