Sfoglia il codice sorgente

Update shadowsocks-libev.sh

蘭雅sRGB 6 anni fa
parent
commit
95c6073374
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      shadowsocks-libev.sh

+ 2 - 2
shadowsocks-libev.sh

@@ -3,7 +3,7 @@
 
 if [ -e /etc/debian_version ];then
     ## install base soft
-    apt update && apt install -y ca-certificates wget curl unzip xz vim htop tmux
+    apt update && apt install -y ca-certificates wget curl unzip vim htop tmux
 
     ## Debian / Ubuntu   build-essential
     apt install -y git gettext build-essential autoconf libtool libpcre3-dev automake
@@ -17,7 +17,7 @@ fi
 mkdir -p ~/libev_ss  &&  cd ~/libev_ss
 
 wget https://jaist.dl.sourceforge.net/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.zip
-unzip -o asciidoc-8.6.9.zip
+unzip asciidoc-8.6.9.zip
 cd asciidoc-8.6.9
 ./configure
 make