File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
env :
11
11
global :
12
12
- SS_VER=2.5.3
13
- - SS_DEB=shadowsocks-libev_${SS_VER}-1ubuntu1_amd64 .deb
13
+ - SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64 .deb
14
14
matrix :
15
15
- URL=https://www.facebook.com/
16
16
- URL=https://www.google.com/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation
7
7
8
8
ENV SS_VER 2.5.3
9
9
ENV SS_DIR shadowsocks-libev-${SS_VER}
10
- ENV SS_DEB shadowsocks-libev_${SS_VER}-1ubuntu1_amd64 .deb
10
+ ENV SS_DEB shadowsocks-libev_${SS_VER}-1_amd64 .deb
11
11
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v${SS_VER}.tar.gz
12
12
ENV SS_DEP asciidoc autoconf build-essential debhelper dh-systemd gawk init-system-helpers libpcre3-dev libssl-dev libtool pkg-config xmlto
13
13
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Current version: [![release](https://img.shields.io/github/release/shadowsocks/s
46
46
47
47
``` bash
48
48
# download package
49
- wget https://github.com/EasyPi/docker-shadowsocks-libev/releases/download/v2.5.3/shadowsocks-libev_2.5.3-1ubuntu1_amd64 .deb
49
+ wget https://github.com/EasyPi/docker-shadowsocks-libev/releases/download/v2.5.3/shadowsocks-libev_2.5.3-1_amd64 .deb
50
50
# install package
51
- dpkg -i shadowsocks-libev_2.5.3-1ubuntu1_amd64 .deb
51
+ dpkg -i shadowsocks-libev_2.5.3-1_amd64 .deb
52
52
# fix broken
53
53
apt-get -f install -y
54
54
# edit config
You can’t perform that action at this time.
0 commit comments